From 4e1f3d4fb263fb330cfa7bbaef90ff1cfc0dd4c4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 8 Oct 2013 19:59:17 +0200 Subject: [PATCH] Set the opkg repo to a working value --- include/gluon.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/gluon.mk b/include/gluon.mk index b60df808..b86469ab 100644 --- a/include/gluon.mk +++ b/include/gluon.mk @@ -11,6 +11,11 @@ BOARD_KDIR = $(BOARD_BUILDDIR)/kernel export GLUONDIR GLUON_SITEDIR GLUON_IMAGEDIR GLUON_OPENWRTDIR GLUON_BUILDDIR + +CONFIG_VERSION_REPO := http://downloads.openwrt.org/attitude_adjustment/12.09/%S/packages + +export CONFIG_VERSION_REPO + $(GLUON_SITEDIR)/site.mk: $(error There was no site configuration found. Please check out a site configuration to $(GLUON_SITEDIR))