fix permissions in the /etc/wlan directory.
This commit is contained in:
parent
1c2388f60f
commit
cf6d7728e6
|
@ -57,6 +57,8 @@ install:
|
|||
fi
|
||||
cp shared wlancfg-DEFAULT wlan-udev.sh \
|
||||
$(TARGET_ROOT_ON_HOST)/etc/wlan
|
||||
chmod 700 $(TARGET_ROOT_ON_HOST)/etc/wlan/wlancfg-*
|
||||
chmod 600 $(TARGET_ROOT_ON_HOST)/etc/wlan/wlancfg-*
|
||||
chmod 600 $(TARGET_ROOT_ON_HOST)/etc/wlan/wlan.conf
|
||||
chmod 755 $(TARGET_ROOT_ON_HOST)/etc/wlan/wlan-udev.sh
|
||||
echo FIRMWARE_DIR=$(FIRMWARE_DIR) >> $(TARGET_ROOT_ON_HOST)/etc/wlan/shared
|
||||
|
||||
|
|
Loading…
Reference in a new issue