mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-23 02:14:12 +00:00
split kernel patches into board dependend and generic
SVN-Revision: 1122
This commit is contained in:
parent
f7c6784370
commit
cd94ce2d10
openwrt/target/linux/linux-2.4
Makefile
patches
brcm
generic
000-linux_mips.patch001-squashfs.patch002-squashfs_lzma.patch003-jffs2_compression.patch004-exec_pagesize.patch100-ebtables.patch101-netfilter_ipp2p.patch102-netfilter_layer7.patch103-netfilter_nat_pptp.patch104-netfilter_maxconn.patch105-netfilter_TTL.patch106-mppe_mppc.patch107-cifs.patch108-optional_aout_support.patch109-ipsec_nat_traversal.patch110-netdev_random_core.patch200-i4l.patch201-hfc_usb_backport.patch202-pl2303_backport.patch203-hfsplus_fix.patch204-net_b44.patch205-gcc_3.4_ldscript.patch206-gcc_3.4_fixes.patch207-gcc_4.0_fixes.patch
@ -169,7 +169,8 @@ $(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) $(DL_DIR)/$(LINUX_BINARY_WL_DR
|
||||
touch $(LINUX_DIR)/.unpacked
|
||||
|
||||
$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
|
||||
$(PATCH) $(LINUX_DIR) ./patches
|
||||
[ -d ./patches/$(BOARD) ] && $(PATCH) $(LINUX_DIR) ./patches/$(BOARD)
|
||||
$(PATCH) $(LINUX_DIR) ./patches/generic
|
||||
touch $(LINUX_DIR)/.patched
|
||||
|
||||
$(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- linux.old/include/asm-mips/param.h 2005-01-19 15:10:12.000000000 +0100
|
||||
+++ linux.dev/include/asm-mips/param.h 2005-05-30 02:42:06.000000000 +0200
|
||||
@@ -55,7 +55,7 @@
|
||||
#endif /* defined(__KERNEL__) */
|
||||
#endif /* defined(HZ) */
|
||||
|
||||
-#define EXEC_PAGESIZE 65536
|
||||
+#define EXEC_PAGESIZE 4096
|
||||
|
||||
#ifndef NGROUPS
|
||||
#define NGROUPS 32
|
Loading…
x
Reference in New Issue
Block a user