Changeset 31028
- Timestamp:
- 2012-03-19T19:23:31+01:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/kernel-version.mk
r30767 r31028 36 36 LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a 37 37 endif 38 ifeq ($(LINUX_VERSION),3.2. 9)39 LINUX_KERNEL_MD5SUM:= f6c2ede7c6df0f62c8fbf7932ccf63b638 ifeq ($(LINUX_VERSION),3.2.12) 39 LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe 40 40 endif 41 41 -
trunk/target/linux/ar71xx/Makefile
r30852 r31028 14 14 SUBTARGETS:=generic nand 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/au1000/Makefile
r30767 r31028 14 14 MAINTAINER:=Florian Fainelli <florian@openwrt.org> 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/brcm47xx/Makefile
r30767 r31028 12 12 FEATURES:=squashfs usb pcmcia 13 13 14 LINUX_VERSION:=3.2. 914 LINUX_VERSION:=3.2.12 15 15 16 16 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/cns21xx/Makefile
r30972 r31028 13 13 CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves 14 14 15 LINUX_VERSION:=3.2. 915 LINUX_VERSION:=3.2.12 16 16 17 17 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/ep93xx/Makefile
r30767 r31028 14 14 MAINTAINER:=Florian Fainelli <florian@openwrt.org> 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/generic/patches-3.2/440-block2mtd_init.patch
r29730 r31028 107 107 --- a/fs/partitions/check.c 108 108 +++ b/fs/partitions/check.c 109 @@ -6 64,6 +664,7 @@ rescan:110 kfree(state);109 @@ -696,6 +696,7 @@ int invalidate_partitions(struct gendisk 110 111 111 return 0; 112 112 } -
trunk/target/linux/generic/patches-3.2/643-bridge_remove_ipv6_dependency.patch
r29730 r31028 33 33 --- a/net/ipv6/addrconf.c 34 34 +++ b/net/ipv6/addrconf.c 35 @@ -11 07,7 +1107,7 @@ out:35 @@ -1111,7 +1111,7 @@ out: 36 36 return ret; 37 37 } … … 42 42 struct in6_addr *saddr) 43 43 { 44 @@ -123 2,7 +1232,6 @@ try_nextdev:44 @@ -1236,7 +1236,6 @@ try_nextdev: 45 45 in6_ifa_put(hiscore->ifa); 46 46 return 0; … … 50 50 int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr, 51 51 unsigned char banned_flags) 52 @@ -481 4,6 +4813,9 @@ int __init addrconf_init(void)52 @@ -4818,6 +4817,9 @@ int __init addrconf_init(void) 53 53 54 54 ipv6_addr_label_rtnl_register(); … … 60 60 errout: 61 61 rtnl_af_unregister(&inet6_ops); 62 @@ -483 2,6 +4834,9 @@ void addrconf_cleanup(void)62 @@ -4836,6 +4838,9 @@ void addrconf_cleanup(void) 63 63 struct net_device *dev; 64 64 int i; -
trunk/target/linux/generic/patches-3.2/644-bridge_optimize_netfilter_hooks.patch
r30954 r31028 101 101 --- a/net/bridge/br_multicast.c 102 102 +++ b/net/bridge/br_multicast.c 103 @@ -82 4,7 +824,7 @@ static void __br_multicast_send_query(st103 @@ -827,7 +827,7 @@ static void __br_multicast_send_query(st 104 104 if (port) { 105 105 __skb_push(skb, sizeof(struct ethhdr)); -
trunk/target/linux/malta/Makefile
r30767 r31028 14 14 MAINTAINER:=Florian Fainelli <florian@openwrt.org> 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/mpc52xx/Makefile
r30955 r31028 13 13 FEATURES:=targz ext4 14 14 15 LINUX_VERSION:=3.2. 915 LINUX_VERSION:=3.2.12 16 16 17 17 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/omap4/Makefile
r30767 r31028 12 12 FEATURES:=usb targz audio display 13 13 14 LINUX_VERSION:=3.2. 914 LINUX_VERSION:=3.2.12 15 15 CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp 16 16 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -
trunk/target/linux/ppc40x/Makefile
r30791 r31028 14 14 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/ppc44x/Makefile
r31020 r31028 14 14 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> 15 15 16 LINUX_VERSION:=3.2.1 116 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/ppc44x/patches/100-openwrt_flashmap.patch
r27738 r31028 26 26 --- a/arch/powerpc/boot/dts/canyonlands.dts 27 27 +++ b/arch/powerpc/boot/dts/canyonlands.dts 28 @@ -2 17,24 +217,12 @@28 @@ -222,24 +222,12 @@ 29 29 #address-cells = <1>; 30 30 #size-cells = <1>; -
trunk/target/linux/ramips/Makefile
r30767 r31028 14 14 FEATURES:=squashfs 15 15 16 LINUX_VERSION:=3.2. 916 LINUX_VERSION:=3.2.12 17 17 18 18 include $(INCLUDE_DIR)/target.mk -
trunk/target/linux/uml/Makefile
r30962 r31028 24 24 MAINTAINER:=Florian Fainelli <florian@openwrt.org> 25 25 26 LINUX_VERSION:=3.2. 926 LINUX_VERSION:=3.2.12 27 27 28 28 include $(INCLUDE_DIR)/target.mk
Note: See TracChangeset
for help on using the changeset viewer.