diff options
author | John Crispin <john@openwrt.org> | 2015-11-22 08:04:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-22 08:04:37 +0000 |
commit | cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28 (patch) | |
tree | 91ef3306b6e5a2bdb1413e7d76469d04a1c18f2d /target/linux/brcm2708/base-files.mk | |
parent | deff5fb6c89b58b193bb57ab129cbe441a4404b4 (diff) | |
download | upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.tar.gz upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.tar.bz2 upstream-cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28.zip |
brcm2708: add device detection and use it for network, leds and preinit
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47572
Diffstat (limited to 'target/linux/brcm2708/base-files.mk')
-rw-r--r-- | target/linux/brcm2708/base-files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm2708/base-files.mk b/target/linux/brcm2708/base-files.mk new file mode 100644 index 0000000000..fdd2c714b2 --- /dev/null +++ b/target/linux/brcm2708/base-files.mk @@ -0,0 +1,3 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef |