diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 17:28:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 17:28:19 +0000 |
commit | 1d8b69c7c9008f25ca6d24fc8fffcddba2cb59af (patch) | |
tree | c5e3747cec38e0e884eba2c2451f98e48b66dcf7 /package/kismet | |
parent | e9442f9c56cd66a74aedd49ad58244eb6ed84b19 (diff) | |
download | upstream-1d8b69c7c9008f25ca6d24fc8fffcddba2cb59af.tar.gz upstream-1d8b69c7c9008f25ca6d24fc8fffcddba2cb59af.tar.bz2 upstream-1d8b69c7c9008f25ca6d24fc8fffcddba2cb59af.zip |
argh ... forgot the conffiles entry for kismet_ui.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet')
-rw-r--r-- | package/kismet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kismet/Makefile b/package/kismet/Makefile index 78a8bbb499..7b8c57c94c 100644 --- a/package/kismet/Makefile +++ b/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/* |