diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-03-27 06:36:46 +0000 |
commit | 5256bbdc56f4829106e9c11271a273ef7f704870 (patch) | |
tree | 7c0b16a01bbafc42e936a0186bd2ca2a010f7ed3 /target/linux/ar71xx/config-3.10 | |
parent | f0dc89b46f2d8c01446b039fa3add79bbe4d36e1 (diff) | |
download | upstream-5256bbdc56f4829106e9c11271a273ef7f704870.tar.gz upstream-5256bbdc56f4829106e9c11271a273ef7f704870.tar.bz2 upstream-5256bbdc56f4829106e9c11271a273ef7f704870.zip |
ar71xx: add kernel support for the Oolite v1 board
Patch-by: Lars Bøgild Thomsen <lth@cow.dk>
Patchwork: http://patchwork.openwrt.org/patch/4922/
[juhosg:
- use a separate patch for kernel changes,
- reorder Kconfig and Makefile entries,
- change function and variable names to be lowercase only
and fix misaligned tabs in mach-gs-oolite.c,
... ]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40032
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 9d68280049..39a35c2180 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -48,6 +48,7 @@ CONFIG_ATH79_MACH_DIR_825_C1=y CONFIG_ATH79_MACH_DRAGINO2=y CONFIG_ATH79_MACH_EAP7660D=y CONFIG_ATH79_MACH_EW_DORIN=y +CONFIG_ATH79_MACH_GS_OOLITE=y CONFIG_ATH79_MACH_HORNET_UB=y CONFIG_ATH79_MACH_JA76PF=y CONFIG_ATH79_MACH_JWAP003=y |