aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipkg/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
committerMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
commit4db966cb5e50b72afbb0b0b9ea0176b78f4e9064 (patch)
tree723775516af9d2f501e52b4cbccb4b00f52ce5a9 /package/ipkg/Config.in
parenta9b90461ebdaeec297893bb2357a5785424f5844 (diff)
downloadupstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.gz
upstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.bz2
upstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.zip
Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipkg/Config.in')
-rw-r--r--package/ipkg/Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in
deleted file mode 100644
index 4cbd295001..0000000000
--- a/package/ipkg/Config.in
+++ /dev/null
@@ -1,18 +0,0 @@
-config BR2_PACKAGE_IPKG
- prompt "ipkg.............................. The itsy package management system"
- tristate
- default n if BUSYBOX_CONFIG_IPKG
- default y if ! BUSYBOX_CONFIG_IPKG
- help
- Lightweight package management system
- ipkg is the Itsy Package Management System, for handling
- installation and removal of packages on a system. It can
- recursively follow dependencies and download all packages
- necessary to install a particular package.
-
- ipkg knows how to install both .ipk and .deb packages.
-
- ipkg is intended to serve the same functions (and more) for
- Familiar that dpkg and apt serve for Debian, (while taking
- up much less space).
-