add a patch to integrate ipkg into busybox
[openwrt-10.03/.git] / package / busybox / config / archival / Config.in
index ee69bce89f59367740790c094e5f247d5721a26b..909e74648cc99e4c997c7363c28d1dbfeeac2b60 100644 (file)
@@ -121,6 +121,14 @@ config BUSYBOX_CONFIG_GZIP
          gzip is used to compress files.
          It's probably the most widely used UNIX compression program.
 
+config BUSYBOX_CONFIG_IPKG
+       bool "ipkg"
+       default y
+       select BUSYBOX_CONFIG_MD5SUM
+       select BUSYBOX_CONFIG_WGET
+       help
+         ipkg is the itsy package management system.
+       
 config BUSYBOX_CONFIG_RPM2CPIO
        bool "rpm2cpio"
        default n