Browse Source

Set the opkg repo to a working value

Matthias Schiffer 10 years ago
parent
commit
4e1f3d4fb2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/gluon.mk

+ 5 - 0
include/gluon.mk

@@ -11,6 +11,11 @@ BOARD_KDIR = $(BOARD_BUILDDIR)/kernel
 
 
 export GLUONDIR GLUON_SITEDIR GLUON_IMAGEDIR GLUON_OPENWRTDIR GLUON_BUILDDIR
 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:
 $(GLUON_SITEDIR)/site.mk:
 	$(error There was no site configuration found. Please check out a site configuration to $(GLUON_SITEDIR))
 	$(error There was no site configuration found. Please check out a site configuration to $(GLUON_SITEDIR))