diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 17:28:19 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 17:28:19 +0000 |
commit | 46e01f0809babd08a02437d5c24f2934e6a9b14d (patch) | |
tree | 5bd1d6c630ee2f001644f29217666252accdfdf8 /openwrt/package | |
parent | 907e3f207f6d440911b1309444fe1694e0e5f55a (diff) |
argh ... forgot the conffiles entry for kismet_ui.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/kismet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/kismet/Makefile b/openwrt/package/kismet/Makefile index 78a8bbb499..7b8c57c94c 100644 --- a/openwrt/package/kismet/Makefile +++ b/openwrt/package/kismet/Makefile @@ -127,6 +127,7 @@ $(IPKG_CLIENT): $(PKG_BUILD_DIR)/kismet_client cp ./files/kismet.conf $(IDIR_CLIENT)/etc/ cp ./files/kismet_ui.conf $(IDIR_CLIENT)/etc/ echo '/etc/kismet.conf' > $(IDIR_CLIENT)/CONTROL/conffiles + echo '/etc/kismet_ui.conf' >> $(IDIR_CLIENT)/CONTROL/conffiles mkdir -p $(IDIR_CLIENT)/usr/sbin cp $< $(IDIR_CLIENT)/usr/sbin/ $(STRIP) $(IDIR_CLIENT)/usr/sbin/* |