abraXxl
Mitglied
- Mitglied seit
- 9 Jan 2007
- Beiträge
- 242
- Punkte für Reaktionen
- 0
- Punkte
- 0
Firmware wird trotzdem erstellt.removing oem:./fwmod: eval: line 523: unexpected EOF while looking for matching `"'
./fwmod: eval: line 524: syntax error: unexpected end of file
./fwmod: eval: line 523: unexpected EOF while looking for matching `"'
./fwmod: eval: line 524: syntax error: unexpected end of file
--- make/usbroot/files/root/etc/init.d/rc.usbroot (revision 4784)
+++ make/usbroot/files/root/etc/init.d/rc.usbroot (working copy)
@@ -154,11 +154,12 @@
# cache hotplug events
hotplugging defer
- if [ $HWRevision -eq 122 -o $HWRevision -eq 139 ]; then
- load_usb_modules_7270
- else
- load_usb_modules
- fi
+ case "$HWRevision" in
+ 122 | 135 | 139 )
+ load_usb_modules_7270 ;;
+ * )
+ load_usb_modules ;;
+ esac
for i in $FSTYPE usb-storage sd_mod; do
modprobe $i
Beim 7570 sollte es eigenlich piglet_enable_button=3 heißen, ob das nun wichtig ist kann ich nicht sagen.load_usb_modules_7270() {
piglet_bitfile=/lib/modules/microvoip_isdn_top.bit${HWRevision_BitFileCount}
dect_firstlevelfile=/lib/modules/dectfw_firstlevel.hex
dect_secondlevelfile=/lib/modules/dectfw_secondlevel.hex
piglet_load_params=""
modprobe Piglet_noemif \
piglet_bitfile=$piglet_bitfile \
piglet_enable_button=2 \
dect_firstlevelfile=$dect_firstlevelfile \
dect_secondlevelfile=$dect_secondlevelfile \
$piglet_load_params
if modprobe usbcore; then
mount -t usbfs usbfs /proc/bus/usb
modprobe musb_hdrc
fi
}