[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 299d0ed..ae593b3 100755 (executable)
@@ -10,6 +10,9 @@ ar71xx_board_name() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *AW-NR580)
+               name="aw-nr580"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -40,6 +43,9 @@ ar71xx_board_name() {
        *WP543)
                name="wp543"
                ;;
+       *WNR2000)
+               name="wnr2000"
+               ;;
        *)
                name="generic"
                ;;
This page took 0.019928 seconds and 4 git commands to generate.