diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 00:27:08 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 00:27:08 +0000 |
commit | 708fe89a974b78c47f05141a6d6a8441e4c23431 (patch) | |
tree | c4a1f10046cc6733b131628fa72a508b1f29aa01 /openwrt/package/Makefile | |
parent | 301493ce461b7deaee5caa52046323a6a827e9de (diff) |
everything is a package. so is mtd now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 45998e997..8a5448166 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -75,6 +75,7 @@ package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MINI_HTTPD) += mini_httpd package-$(BR2_PACKAGE_MINI_SENDMAIL) += mini_sendmail package-$(BR2_PACKAGE_MONIT) += monit +package-$(BR2_PACKAGE_MTD) += mtd package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NCURSES) += ncurses package-$(BR2_PACKAGE_NDISC) += ndisc |