forked from Ivasoft/openwrt
lantiq: DGN3500 support
This requires all the preceding patches and finishes support for the DGN3500, also removing an obsolete file. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36781
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/lantiq.sh
|
||||
|
||||
init_atheeprom() {
|
||||
local board=$(lantiq_board_name)
|
||||
case $board in
|
||||
"Netgear DGN3500B")
|
||||
echo "- loading eeprom -"
|
||||
dd if=/dev/mtd2 of=/sys/firmware/ath_eeprom bs=1k skip=60 count=4
|
||||
echo 0 > /sys/bus/pci/slots/0000\:00\:0e.0/power
|
||||
sleep 1
|
||||
echo 1 > /sys/bus/pci/rescan
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
boot_hook_add preinit_essential init_atheeprom
|
||||
|
||||
Reference in New Issue
Block a user