diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-26 11:33:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-26 11:33:46 +0000 |
commit | 5571acdbd066f59f5d4b0b643aba7e0afda009ca (patch) | |
tree | 27c990687066be07cd160d294eeb1d51e2a4fcf2 /target/linux/x86/base-files.mk | |
parent | 3d9d5cee8aa115a9cbc22c78ef987674569ea77d (diff) | |
download | upstream-5571acdbd066f59f5d4b0b643aba7e0afda009ca.tar.gz upstream-5571acdbd066f59f5d4b0b643aba7e0afda009ca.tar.bz2 upstream-5571acdbd066f59f5d4b0b643aba7e0afda009ca.zip |
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 <matsuyama@thinktube.com>
SVN-Revision: 25103
Diffstat (limited to 'target/linux/x86/base-files.mk')
-rw-r--r-- | target/linux/x86/base-files.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |