projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1adf135
)
defconfig: remove network config installed by base-files so defconfig can work
author
Andy Boyett
<agb@openwrt.org>
Thu, 26 Feb 2009 05:54:46 +0000
(
05:54
+0000)
committer
Andy Boyett
<agb@openwrt.org>
Thu, 26 Feb 2009 05:54:46 +0000
(
05:54
+0000)
SVN-Revision: 14664
target/linux/ar71xx/base-files.mk
[new file with mode: 0644]
patch
|
blob
diff --git a/target/linux/ar71xx/base-files.mk
b/target/linux/ar71xx/base-files.mk
new file mode 100644
(file)
index 0000000..
d6682bd
--- /dev/null
+++ b/
target/linux/ar71xx/base-files.mk
@@ -0,0
+1,5
@@
+define Package/base-files/install-target
+ rm -f $(1)/etc/config/network
+endef
+
+