diff options
Diffstat (limited to 'target/foxboard/tools/e100boot')
-rw-r--r-- | target/foxboard/tools/e100boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxboard/tools/e100boot/Makefile b/target/foxboard/tools/e100boot/Makefile index 9e9f78861..a6eba9dad 100644 --- a/target/foxboard/tools/e100boot/Makefile +++ b/target/foxboard/tools/e100boot/Makefile @@ -9,7 +9,7 @@ PKG_NAME:= e100boot PKG_VERSION:= 0.1 PKG_RELEASE:= 1 PKG_MD5SUM:= 11fd53e7824dc550e4cffbc4cd114c3e -MASTER_SITES:= http://download.tuxfamily.org/crisos/repository/source/ +PKG_SITES:= http://download.tuxfamily.org/crisos/repository/source/ DISTFILES:= ${PKG_NAME}.tar.bz2 WRKDIST= ${WRKDIR}/${PKG_NAME} |