diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-07-09 10:08:28 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-07-09 10:08:28 +0000 |
| commit | a7a1a25f7868ad23656781263c049c2b38051b59 (patch) | |
| tree | a089ba211679eaa94349d5eeda6f25782f95a04d /openwrt/include | |
| parent | 574b94a06b7bd9fb2e8076fd5f3414c4e9d5db15 (diff) | |
| download | mtk-20170518-a7a1a25f7868ad23656781263c049c2b38051b59.zip mtk-20170518-a7a1a25f7868ad23656781263c049c2b38051b59.tar.gz mtk-20170518-a7a1a25f7868ad23656781263c049c2b38051b59.tar.bz2 | |
Add missing brcm63xx-2.6 target to the target list
SVN-Revision: 4120
Diffstat (limited to 'openwrt/include')
| -rw-r--r-- | openwrt/include/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/include/target.mk b/openwrt/include/target.mk index 5a87ab8..44ff111 100644 --- a/openwrt/include/target.mk +++ b/openwrt/include/target.mk @@ -15,6 +15,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,brcm63xx,2_6_BRCM63XX)) $(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)) |
