mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 03:38:25 +02:00
45c720faff
- assigning IP 192.168.1.1 per default to usb0-interface (usb-ethernet-gadget) - add mountpoint for 1st partrition of sd-card - prelimary for testing purposes
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
config mount
|
|
option target /card
|
|
option device /dev/mmcblk0p1
|
|
option fstype auto
|
|
option options rw,sync
|
|
option enabled 1
|