diff options
author | John Crispin <john@openwrt.org> | 2015-04-05 07:40:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-05 07:40:38 +0000 |
commit | 10a71220f241346be687344d12a72074ad68853a (patch) | |
tree | 1aaef30395f566c2e098af13c20395fdb776697e /target/linux/xburst | |
parent | 2738cfcfdad8aa2ca3e7ef4bb50bc36c978a768e (diff) | |
download | upstream-10a71220f241346be687344d12a72074ad68853a.tar.gz upstream-10a71220f241346be687344d12a72074ad68853a.tar.bz2 upstream-10a71220f241346be687344d12a72074ad68853a.zip |
kernel: CONFIG_BRIDGE should not be overridden
this breaks ebtables, netfilter, ... during fullbuilds
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45276
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/xburst/config-3.18 b/target/linux/xburst/config-3.18 index b91918fe3a..fbc2891673 100644 --- a/target/linux/xburst/config-3.18 +++ b/target/linux/xburst/config-3.18 @@ -18,7 +18,6 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_BACKLIGHT_PWM is not set CONFIG_BATTERY_JZ4740=y # CONFIG_BLK_DEV_INITRD is not set -# CONFIG_BRIDGE is not set CONFIG_CHARGER_GPIO=y CONFIG_CLONE_BACKWARDS=y CONFIG_CONFIGFS_FS=y |