From 3ec2817f2359d606ddfea7deab183dd6a349abf6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 26 Jan 2011 11:33:46 +0000 Subject: x86/soekris: Add defconfig for soekris net4801 and net4826 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/base-files.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 target/linux/x86/base-files.mk (limited to 'target/linux/x86/base-files.mk') diff --git a/target/linux/x86/base-files.mk b/target/linux/x86/base-files.mk new file mode 100644 index 0000000000..29cbfda977 --- /dev/null +++ b/target/linux/x86/base-files.mk @@ -0,0 +1,4 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef + -- cgit v1.2.3