diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-04 19:38:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-04 19:38:33 +0000 |
commit | 600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0 (patch) | |
tree | af0b2425020be98481e08075498b7b60a7cc1acc /openwrt/package/kismet/ipkg | |
parent | d20b249c094384ec3aed359ab7d6e2bf2c4953ad (diff) | |
download | mtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.zip mtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.tar.gz mtk-20170518-600414fa8b8cbda29f8ad9cb4e4f4284d52c09c0.tar.bz2 |
add kismet update from whiterussian, clean up uclibc++ fixes
SVN-Revision: 1338
Diffstat (limited to 'openwrt/package/kismet/ipkg')
-rw-r--r-- | openwrt/package/kismet/ipkg/kismet-client.conffiles | 8 | ||||
-rw-r--r-- | openwrt/package/kismet/ipkg/kismet-drone.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/kismet/ipkg/kismet-server.conffiles | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/openwrt/package/kismet/ipkg/kismet-client.conffiles b/openwrt/package/kismet/ipkg/kismet-client.conffiles index 5973f34..b849ce1 100644 --- a/openwrt/package/kismet/ipkg/kismet-client.conffiles +++ b/openwrt/package/kismet/ipkg/kismet-client.conffiles @@ -1,4 +1,4 @@ -/etc/ap_manuf -/etc/client_manuf -/etc/kismet.conf -/etc/kismet_ui.conf
\ No newline at end of file +/etc/kismet/ap_manuf +/etc/kismet/client_manuf +/etc/kismet/kismet.conf +/etc/kismet/kismet_ui.conf
\ No newline at end of file diff --git a/openwrt/package/kismet/ipkg/kismet-drone.conffiles b/openwrt/package/kismet/ipkg/kismet-drone.conffiles index 2814f81..744e244 100644 --- a/openwrt/package/kismet/ipkg/kismet-drone.conffiles +++ b/openwrt/package/kismet/ipkg/kismet-drone.conffiles @@ -1 +1 @@ -/etc/kismet_drone.conf +/etc/kismet/kismet_drone.conf diff --git a/openwrt/package/kismet/ipkg/kismet-server.conffiles b/openwrt/package/kismet/ipkg/kismet-server.conffiles index e2c46e5..0fdf437 100644 --- a/openwrt/package/kismet/ipkg/kismet-server.conffiles +++ b/openwrt/package/kismet/ipkg/kismet-server.conffiles @@ -1,3 +1,3 @@ -/etc/ap_manuf -/etc/client_manuf -/etc/kismet.conf +/etc/kismet/ap_manuf +/etc/kismet/client_manuf +/etc/kismet/kismet.conf |