summaryrefslogtreecommitdiffstats
path: root/rules/ipkg.in
blob: 9e3c1bc3b8fa33b9f0401ac0723d73a27c3bb9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
menuconfig IPKG
	bool "ipkg                "
	default N
	help
	  FIXME: This item needs to be documented

config IPKG_EXTRACT_TEST
	bool
	prompt "ipkg_extract_test"
	depends on IPKG
	default N
	help
	  Unfortunately, nobody knows what this program is being used for. 
	  FIXME: This item needs to be documented

config IPKG_HASH_TEST
	bool
	prompt "ipkg_hash_test"
	depends on IPKG
	default N
	help
	  Unfortunately, nobody knows what this program is being used for. 
	  FIXME: This item needs to be documented

config IPKG_LOG_WRAPPER
        bool
        prompt "use ipkg log wrapper"
        depends on IPKG
        default N
        help
          If selected, ipkg will be installed with a wrapper script 
          which provides basic logging facilities