diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-21 15:44:30 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 09:22:06 +0200 |
commit | 79992d197f00506a0ff7087420143de1ca0ccdd2 (patch) | |
tree | 2cab81182b5de75b17b8ab6eb8abd4b1897422e2 /target/linux/mpc85xx/generic | |
parent | ec269290db46d491ae61adb64b19b3f171b8e2a3 (diff) | |
download | upstream-79992d197f00506a0ff7087420143de1ca0ccdd2.tar.gz upstream-79992d197f00506a0ff7087420143de1ca0ccdd2.tar.bz2 upstream-79992d197f00506a0ff7087420143de1ca0ccdd2.zip |
mpc85xx: cleanup kernel config
Move the kernel config changes added with the HiveAP 330 to the
subtarget the board belongs to instead of changing the target kernel
config.
While at it, move the TL_WDR4900_V1 config symbol to the containing
subtarget and disable boards we don't support.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/mpc85xx/generic')
-rw-r--r-- | target/linux/mpc85xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/generic/config-default b/target/linux/mpc85xx/generic/config-default index e69de29bb2..81bf934b33 100644 --- a/target/linux/mpc85xx/generic/config-default +++ b/target/linux/mpc85xx/generic/config-default @@ -0,0 +1 @@ +CONFIG_TL_WDR4900_V1=y |