mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +00:00
081e944be6
Discussion on the mailing list reveals that this target has active
users. As we are finally able to upgrade this target to kernel 5.4,
add it back to master.
This reverts commit 7d29a55714
("ath25: drop target") and
immediately moves the relevant files to 5.4, without touching
the content.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
14 lines
181 B
Bash
Executable File
14 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright 2012-2015 OpenWrt.org
|
|
#
|
|
|
|
. /lib/functions/uci-defaults.sh
|
|
|
|
board_config_update
|
|
|
|
ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0"
|
|
|
|
board_config_flush
|
|
|
|
exit 0
|