projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add the new ath9k driver (loads successfully on an AR9160 card, but still seems to...
[openwrt.git]
/
package
/
admswconfig
/
Makefile
diff --git
a/package/admswconfig/Makefile
b/package/admswconfig/Makefile
index
52aa2a4
..
9679737
100644
(file)
--- a/
package/admswconfig/Makefile
+++ b/
package/admswconfig/Makefile
@@
-43,6
+43,10
@@
endef
define Package/admswconfig/install
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/admswconfig $(1)/sbin/
define Package/admswconfig/install
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/admswconfig $(1)/sbin/
+ $(INSTALL_DIR) $(1)/lib/network/
+ $(INSTALL_DATA) ./files/admswswitch.sh $(1)/lib/network/admswswitch.sh
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/admswconfig $(1)/etc/init.d/admswconfig
endef
$(eval $(call BuildPackage,admswconfig))
endef
$(eval $(call BuildPackage,admswconfig))
This page took
0.024789 seconds
and
4
git commands to generate.