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 02ed636d11..5dfe12ad7f 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -88,3 +88,4 @@ $(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,x86,2_6_X86)) +$(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) |