mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:18:26 +02:00
a6c855e6e5
Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73
5 lines
79 B
Makefile
5 lines
79 B
Makefile
define Package/base-files/install-target
|
|
rm -f $(1)/etc/config/network
|
|
endef
|
|
|