diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:28:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-30 19:28:10 +0000 |
commit | 1929d2eb86422f049eec2ede0f175232d3b23719 (patch) | |
tree | d6a99c034c35a42b1a21db058652616ff6904e32 /openwrt/package/Config.in | |
parent | eace3c169201d10f333e6bcc3b454b69ba436e6c (diff) | |
download | mtk-20170518-1929d2eb86422f049eec2ede0f175232d3b23719.zip mtk-20170518-1929d2eb86422f049eec2ede0f175232d3b23719.tar.gz mtk-20170518-1929d2eb86422f049eec2ede0f175232d3b23719.tar.bz2 |
copy ipkg shell script to scripts/, change the reference in rules.mk and add the c version of ipkg
SVN-Revision: 769
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 44006e9..c5c798d 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -3,6 +3,7 @@ menu "OpenWrt Package Selection" comment "The default set" +source "package/ipkg/Config.in" source "package/busybox/Config.in" source "package/dnsmasq/Config.in" source "package/iptables/Config.in" |