diff options
| author | Mike Baker <mbm@openwrt.org> | 2004-08-17 23:00:52 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2004-08-17 23:00:52 +0000 |
| commit | a9cbe76ba66ff7056177169ebec0d569126d58e7 (patch) | |
| tree | 84ebc770984bae282956c67d6b0b2234b2a56a70 /obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch | |
| parent | b8498ba4793c3a73af038ea99f25034e15f9a6b8 (diff) | |
| download | mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.zip mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.tar.gz mtk-20170518-a9cbe76ba66ff7056177169ebec0d569126d58e7.tar.bz2 | |
sstrip, nas support, mppe support, mac os x patches, syslogd on bootup, inittab correction
SVN-Revision: 136
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch')
| -rw-r--r-- | obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch b/obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch new file mode 100644 index 0000000..f19fe24 --- /dev/null +++ b/obsolete-buildroot/sources/openwrt/kernel/patches/160-expr.patch @@ -0,0 +1,11 @@ +--- linux/Makefile 2004-08-16 21:31:21.850402752 -0400 ++++ linux/Makefile 2004-08-16 21:48:22.372259848 -0400 +@@ -357,7 +357,7 @@ + @rm -f .ver1 + + include/linux/version.h: ./Makefile +- @expr length "$(KERNELRELEASE)" \<= $(uts_len) > /dev/null || \ ++ @expr "$(KERNELRELEASE)" : '.*' \<= $(uts_len) > /dev/null || \ + (echo KERNELRELEASE \"$(KERNELRELEASE)\" exceeds $(uts_len) characters >&2; false) + @echo \#define UTS_RELEASE \"$(KERNELRELEASE)\" > .ver + @echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)` >> .ver |
