[packages] turn some of the kernel dependencies the other way around to make it easie...
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index e0ba798..ae593b3 100755 (executable)
@@ -10,6 +10,9 @@ ar71xx_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *AW-NR580)
+               name="aw-nr580"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
This page took 0.021194 seconds and 4 git commands to generate.