소스 검색

package/uboot-envtools: add CAP4200AG support

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 33959
Gabor Juhos 13 년 전
부모
커밋
5a6a2e55b9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      package/boot/uboot-envtools/files/ar71xx

+ 2 - 1
package/boot/uboot-envtools/files/ar71xx

@@ -14,7 +14,8 @@ touch /etc/config/ubootenv
 board=$(ar71xx_board_name)
 
 case "$board" in
-all0258n)
+all0258n | \
+cap4200ag)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
 	;;
 alfa-ap96 | \