diff options
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 1832e7b5e0..c5a6035b53 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -15,12 +15,12 @@ SUBTARGETS:=generic ac49x KERNEL_PATCHVER:=3.18 -include $(INCLUDE_DIR)/target.mk - -DEFAULT_PACKAGES+= swconfig - define Target/Description Build firmware images for TI AR7 based routers. endef +include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES+= swconfig + $(eval $(call BuildTarget)) |