diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:36:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:36:58 +0000 |
commit | 4e5a304422ba4cc4dcd90af89efccf88cb0066dd (patch) | |
tree | 1d0f0b1bc0be72fd979b073d8d7db6e976dd49ae /package/hostapd/Makefile | |
parent | 6e7d1b117138debd2379c2a1dfce5e9c4aeeacdb (diff) | |
download | master-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.tar.gz master-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.tar.bz2 master-187ad058-4e5a304422ba4cc4dcd90af89efccf88cb0066dd.zip |
Use the KernelPackage template instead of kmod-foo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5c4ba22458..068a04b1e9 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -85,7 +85,7 @@ define Package/InstallTemplate $(MAKE) $(PKG_BUILD_DIR)/.built; \ fi $(INSTALL_DIR) $$(1)/etc - install -m0600 $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf + $(INSTALL_CONF $(PKG_BUILD_DIR)_$(2)/madwifi.conf $$(1)/etc/hostapd.conf $(INSTALL_DIR) $$(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)_$(2)/hostapd $$(1)/usr/sbin/ endef |