summaryrefslogtreecommitdiff
path: root/openwrt/package/mtd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 13:00:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 13:00:11 +0000
commit579b222d5e4911e2028981d4a9b20d41b693d1d6 (patch)
tree40cd199b16cc78373fa61285af30c8c39881c297 /openwrt/package/mtd
parent61c868f34fa3efd1794579b986d130fe4ce4c972 (diff)
downloadmtk-20170518-579b222d5e4911e2028981d4a9b20d41b693d1d6.zip
mtk-20170518-579b222d5e4911e2028981d4a9b20d41b693d1d6.tar.gz
mtk-20170518-579b222d5e4911e2028981d4a9b20d41b693d1d6.tar.bz2
add missing BuildPackage lines, convert install-dev: to Build/InstallDev
SVN-Revision: 3857
Diffstat (limited to 'openwrt/package/mtd')
-rw-r--r--openwrt/package/mtd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile
index 0d684b8..fdb43ee 100644
--- a/openwrt/package/mtd/Makefile
+++ b/openwrt/package/mtd/Makefile
@@ -26,3 +26,5 @@ define Package/mtd/install
install -d -m0755 $(1)/sbin
install -m0755 $(PKG_BUILD_DIR)/mtd $(1)/sbin
endef
+
+$(eval $(call BuildPackage,mtd))