diff options
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index fbc4e050dd..8a2eb7333e 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -89,3 +89,4 @@ $(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,x86,2_6_X86)) $(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) +$(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) |