diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:42:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:42:44 +0000 |
commit | 4a68d3214c27134a57a7b966d31c8371265c6906 (patch) | |
tree | 29bfe91cfebef042e72893e661263a3975e3c464 /target/linux/ep93xx/Makefile | |
parent | c5b2a229820338a99c0eba7d6292926a5b2c2d29 (diff) | |
download | upstream-4a68d3214c27134a57a7b966d31c8371265c6906.tar.gz upstream-4a68d3214c27134a57a7b966d31c8371265c6906.tar.bz2 upstream-4a68d3214c27134a57a7b966d31c8371265c6906.zip |
[ep93xx] set DEVICE_TYPE to developerboard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32798 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/Makefile')
-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" |