summaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 13:00:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 13:00:11 +0000
commitc1bae219c1beaf44b2c71bcc3572707c8afa0069 (patch)
treece904f5e4faf9da3c1b22c1670dfe9c1c54a05c6 /package/mtd/Makefile
parent275628fece4255b7125fc630529bd8d372987cdf (diff)
add missing BuildPackage lines, convert install-dev: to Build/InstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 0d684b8f4..fdb43eee1 100644
--- a/package/mtd/Makefile
+++ b/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))