diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-14 10:09:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-14 10:09:07 +0000 |
commit | 183e6a2bbcdbf002c79ac87091902849047b9242 (patch) | |
tree | 05a8e069515ec045f8ddb8e63da63004803bc3a5 /target/linux/omap/Makefile | |
parent | b1d7ebae09622252906f7a7da1af2e3f30f6cf0e (diff) | |
download | upstream-183e6a2bbcdbf002c79ac87091902849047b9242.tar.gz upstream-183e6a2bbcdbf002c79ac87091902849047b9242.tar.bz2 upstream-183e6a2bbcdbf002c79ac87091902849047b9242.zip |
use the default package set
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39584
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 08003d5fd2..ec01114dc4 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -23,8 +23,6 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda -DEVICE_TYPE=developerboard - define Target/Description TI OMAP boards endef |