mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[mvebu]: make script executable, add WRT1900AC detection
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41291 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
3
target/linux/mvebu/base-files/lib/mvebu.sh
Normal file → Executable file
3
target/linux/mvebu/base-files/lib/mvebu.sh
Normal file → Executable file
@@ -31,6 +31,9 @@ mvebu_board_detect() {
|
||||
*"Marvell Armada XP GP Board")
|
||||
name="armada-xp-gp"
|
||||
;;
|
||||
*"Linksys WRT1900AC (Mamba)")
|
||||
name="armada-xp-mamba"
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -z "$name" ] && name="unknown"
|
||||
|
||||
Reference in New Issue
Block a user