diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 21:43:59 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 21:43:59 +0000 |
| commit | 726e4fbdded4846bca1e2a95d8ed006b0efe654d (patch) | |
| tree | d4ee39cea536ba28ceb5b24efb8763f315142951 /openwrt/target/linux/Makefile | |
| parent | 0eb990ad6342e438dbb92cc34be2b8363e0c4e8d (diff) | |
| download | mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.zip mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.tar.gz mtk-20170518-726e4fbdded4846bca1e2a95d8ed006b0efe654d.tar.bz2 | |
add rb532 support
SVN-Revision: 3956
Diffstat (limited to 'openwrt/target/linux/Makefile')
| -rw-r--r-- | openwrt/target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index af3e3bd..c08bb4c 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -14,6 +14,7 @@ $(eval $(call kernel_template,2.4,brcm,2_4_BRCM)) $(eval $(call kernel_template,2.4,ar7,2_4_AR7)) $(eval $(call kernel_template,2.4,x86,2_4_X86)) $(eval $(call kernel_template,2.6,brcm,2_6_BRCM)) +$(eval $(call kernel_template,2.6,rb532,2_6_RB532)) $(eval $(call kernel_template,2.6,x86,2_6_X86)) $(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) $(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) |
