diff options
-rw-r--r-- | target/linux/ep93xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index be8f124641..d8f20b8b4a 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -15,6 +15,8 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.3.8 +DEVICE_TYPE:=developerboard + include $(INCLUDE_DIR)/target.mk KERNELNAME:="uImage" |