forked from luck/tmp_suning_uos_patched
parent
757a9447ae
commit
d52d270882
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
VERSION = 5
|
VERSION = 5
|
||||||
PATCHLEVEL = 10
|
PATCHLEVEL = 10
|
||||||
SUBLEVEL = 136
|
SUBLEVEL = 136
|
||||||
EXTRAVERSION =
|
EXTRAVERSION = 1-1
|
||||||
NAME = Dare mighty things
|
NAME = Dare mighty things
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
|
|
|
@ -2694,7 +2694,7 @@ static struct ctl_table kern_table[] = {
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
.procname = "uosversion",
|
.procname = "acoversion",
|
||||||
.data = &UOS_VERSION,
|
.data = &UOS_VERSION,
|
||||||
.maxlen = UOS_VERSION_LEN,
|
.maxlen = UOS_VERSION_LEN,
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
#define UOS_VERSION_LEN 0x20
|
#define UOS_VERSION_LEN 0x20
|
||||||
|
|
||||||
char UOS_VERSION[UOS_VERSION_LEN] = "1051";
|
char UOS_VERSION[UOS_VERSION_LEN] = "v2";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user