diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 18:30:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 18:30:22 +0000 |
commit | 61ed0ce571f562a14006762447eb056e460e5879 (patch) | |
tree | 48613d58277891d9dfa1fa2a72bdeb43ef7216f5 | |
parent | 0aa4ffad7adc8224f5a41fff8ca17b7050bd005f (diff) | |
download | upstream-61ed0ce571f562a14006762447eb056e460e5879.tar.gz upstream-61ed0ce571f562a14006762447eb056e460e5879.tar.bz2 upstream-61ed0ce571f562a14006762447eb056e460e5879.zip |
mpc85xx: Add P1020RDB board support
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36320 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/mpc85xx/config-3.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/config-3.8 b/target/linux/mpc85xx/config-3.8 index 93c777bd17..862649daf9 100644 --- a/target/linux/mpc85xx/config-3.8 +++ b/target/linux/mpc85xx/config-3.8 @@ -136,7 +136,7 @@ CONFIG_MODULES_USE_ELF_RELA=y CONFIG_MPC85xx_CDS=y # CONFIG_MPC85xx_DS is not set CONFIG_MPC85xx_MDS=y -# CONFIG_MPC85xx_RDB is not set +CONFIG_MPC85xx_RDB=y CONFIG_MPIC=y # CONFIG_MPIC_MSGR is not set # CONFIG_MPIC_U3_HT_IRQS is not set |