Add generic wpa_supplicant calls and use them for mac80211 and madwifi.
[openwrt.git] / tools / ipkg-utils / patches / 111-buildpackage_conffiles.patch
1 --- ipkg-utils-1.7-old/ipkg-buildpackage 2008-05-21 07:18:21.000000000 +0200
2 +++ ipkg-utils-1.7-new/ipkg-buildpackage 2008-05-21 03:22:19.000000000 +0200
3 @@ -190,7 +190,7 @@
4 mkdir /tmp/${pkg}/CONTROL
5
6 files_required="control"
7 -files_optional="preinst postinst prerm postrm"
8 +files_optional="preinst postinst prerm postrm conffiles"
9
10 for i in ${files_required} ; do
11 file=${CONTROL}/$i
This page took 0.047315 seconds and 5 git commands to generate.