diff options
author | John Crispin <john@openwrt.org> | 2011-07-19 18:08:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-19 18:08:09 +0000 |
commit | 8acc2766927347759971264d57a28f4c7a039d7f (patch) | |
tree | 5e22cbef438a3c391a9505439d1de1fe42199c0f | |
parent | 500d7d4bc8e212b9153b2cc7125d9e373c15f45f (diff) | |
download | upstream-8acc2766927347759971264d57a28f4c7a039d7f.tar.gz upstream-8acc2766927347759971264d57a28f4c7a039d7f.tar.bz2 upstream-8acc2766927347759971264d57a28f4c7a039d7f.zip |
sync default kernel config for lantiq danube/ar9
SVN-Revision: 27697
-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 |