diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-08-27 20:25:01 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-08-27 20:27:25 +0200 |
commit | a4f4ddba61e61d3f15d19c4e57733a9e44ec8d09 (patch) | |
tree | c698da2026878dd664599c2028e1ad60a3c1a1f0 /target/linux/ar71xx/generic | |
parent | d03c89838eca297dd6c364d3bccfb6bab440d7fb (diff) | |
download | upstream-a4f4ddba61e61d3f15d19c4e57733a9e44ec8d09.tar.gz upstream-a4f4ddba61e61d3f15d19c4e57733a9e44ec8d09.tar.bz2 upstream-a4f4ddba61e61d3f15d19c4e57733a9e44ec8d09.zip |
ar71xx/generic: enable Zyxel NBG6616 in kernel config again
The NBG6616 shares a config symbol with the NBG6716. It was accidentally
removed from the config when the ar71xx-tiny target was split off.
Fixes: 0cd5e85e7ad6 ("ar71xx: create new ar71xx/tiny subtarget for 4MB flash devices")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/config-default b/target/linux/ar71xx/generic/config-default index 89024c1c74..d3c8000f6d 100644 --- a/target/linux/ar71xx/generic/config-default +++ b/target/linux/ar71xx/generic/config-default @@ -122,6 +122,7 @@ CONFIG_ATH79_MACH_MYNET_REXT=y CONFIG_ATH79_MACH_MZK_W04NU=y CONFIG_ATH79_MACH_MZK_W300NH=y CONFIG_ATH79_MACH_N5Q=y +CONFIG_ATH79_MACH_NBG6716=y CONFIG_ATH79_MACH_OM2P=y CONFIG_ATH79_MACH_OM5P=y CONFIG_ATH79_MACH_OM5P_AC=y |