diff options
author | John Crispin <john@openwrt.org> | 2012-07-24 15:33:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-24 15:33:01 +0000 |
commit | 48869ef7c0689f566c6c0ebb0ac7b3a24e3817ca (patch) | |
tree | 9a7d1ec815ce8336a04f95100f269fed9b4e32e9 /target/linux | |
parent | edd2ef094a67fd5a8f3cb78517632ddd34d3a61e (diff) | |
download | upstream-48869ef7c0689f566c6c0ebb0ac7b3a24e3817ca.tar.gz upstream-48869ef7c0689f566c6c0ebb0ac7b3a24e3817ca.tar.bz2 upstream-48869ef7c0689f566c6c0ebb0ac7b3a24e3817ca.zip |
move CONFIG_ETHERNET_PACKET_MANGLE to a generic config file
This broke falcon builds
SVN-Revision: 32794
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/danube/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/vr9/config-default | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/config-3.3 b/target/linux/lantiq/config-3.3 index 372c9cb9b0..fe5a8f47ea 100644 --- a/target/linux/lantiq/config-3.3 +++ b/target/linux/lantiq/config-3.3 @@ -109,3 +109,4 @@ CONFIG_SYS_SUPPORTS_MULTITHREADING=y CONFIG_XZ_DEC=y CONFIG_ZONE_DMA_FLAG=0 CONFIG_PSB6970_PHY=y +CONFIG_ETHERNET_PACKET_MANGLE=y diff --git a/target/linux/lantiq/danube/config-default b/target/linux/lantiq/danube/config-default index 990f857069..c211dc0faf 100644 --- a/target/linux/lantiq/danube/config-default +++ b/target/linux/lantiq/danube/config-default @@ -2,7 +2,6 @@ CONFIG_ADM6996_PHY=y CONFIG_AR8216_PHY=y # CONFIG_ATMEL_PWM is not set CONFIG_CLKDEV_LOOKUP=y -CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FSNOTIFY=y CONFIG_HAVE_MACH_CLKDEV=y CONFIG_HW_HAS_PCI=y diff --git a/target/linux/lantiq/vr9/config-default b/target/linux/lantiq/vr9/config-default index ff2c2e2c45..739f861eab 100644 --- a/target/linux/lantiq/vr9/config-default +++ b/target/linux/lantiq/vr9/config-default @@ -4,7 +4,6 @@ CONFIG_ARCH_SUPPORTS_MSI=y # CONFIG_ATMEL_PWM is not set CONFIG_BLK_DEV_SD=y CONFIG_CLKDEV_LOOKUP=y -CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FSNOTIFY=y CONFIG_HAVE_MACH_CLKDEV=y CONFIG_HW_HAS_PCI=y |