diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-19 18:08:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-19 18:08:09 +0000 |
commit | 1dc8208c040de4780f357756f137c47c218f6414 (patch) | |
tree | 6f7302d7199a3c17b5ec669d7cc7ce70a510ef5d /target | |
parent | 22b53eb61a021191f8486b85f9242209a1752505 (diff) | |
download | upstream-1dc8208c040de4780f357756f137c47c218f6414.tar.gz upstream-1dc8208c040de4780f357756f137c47c218f6414.tar.bz2 upstream-1dc8208c040de4780f357756f137c47c218f6414.zip |
sync default kernel config for lantiq danube/ar9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27697 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/ar9/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/danube/config-default | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/ar9/config-default b/target/linux/lantiq/ar9/config-default index f596114d76..fb69899594 100644 --- a/target/linux/lantiq/ar9/config-default +++ b/target/linux/lantiq/ar9/config-default @@ -28,6 +28,7 @@ CONFIG_LANTIQ_ETOP=y # CONFIG_LANTIQ_MACH_EASY50712 is not set CONFIG_LANTIQ_MACH_NETGEAR=y # CONFIG_LANTIQ_MACH_GIGASX76X is not set +CONFIG_LANTIQ_MACH_WBMR=y CONFIG_MACH_NO_WESTBRIDGE=y # CONFIG_MINIX_FS_NATIVE_ENDIAN is not set CONFIG_NEED_DMA_MAP_STATE=y diff --git a/target/linux/lantiq/danube/config-default b/target/linux/lantiq/danube/config-default index ef81423ef4..00ae07fc0c 100644 --- a/target/linux/lantiq/danube/config-default +++ b/target/linux/lantiq/danube/config-default @@ -28,7 +28,7 @@ CONFIG_LANTIQ_MACH_ARV45XX=y CONFIG_LANTIQ_MACH_EASY50712=y # CONFIG_LANTIQ_MACH_NETGEAR is not set CONFIG_LANTIQ_MACH_GIGASX76X=y -CONFIG_LANTIQ_MACH_WBMR=y +# CONFIG_LANTIQ_MACH_WBMR is not set CONFIG_MACH_NO_WESTBRIDGE=y # CONFIG_MINIX_FS_NATIVE_ENDIAN is not set CONFIG_NEED_DMA_MAP_STATE=y |