소스 검색

make_fw.sh script re-push

Danja Vasiliev 9 년 전
부모
커밋
3bdee5e84d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      openwrt/tools/make_fw.sh

+ 0 - 1
openwrt/tools/make_fw.sh

@@ -37,7 +37,6 @@ _TARGETS='DIR505A1 TLWR710' ##WRT160NL
 _COMMON='common'
 
 _SG_REVISION="$_PWD/superglue.revision"
-
 if [[ -e $_SG_REVISION ]]; then
   source $_SG_REVISION
 else