Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for new versioning system #5

Open
wants to merge 8 commits into
base: realtek-unstable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions feeds.conf.default
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
src-svn packages svn://svn.openwrt.org/openwrt/packages
src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
src-git packages git://github.com/openwrt/packages.git
src-git luci git://nbd.name/luci.git
src-git routing git://github.com/openwrt-routing/packages.git
src-git telephony http://feeds.openwrt.nanl.de/openwrt/telephony.git
#src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package
#src-svn luci http://nprove:[email protected]/luci/trunk/contrib/package
src-git telephony git://git.openwrt.org/feed/telephony.git
src-git oldpackages http://git.openwrt.org/packages.git
src-git xwrt git://github.com/stgerrard008/OpenWRT-missing-file.git
#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl
#src-svn xorg svn://svn.openwrt.org/openwrt/feeds/xorg
Expand Down
7 changes: 4 additions & 3 deletions package/hotplug2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ PKG_REV:=201
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=4

PKG_SOURCE_PROTO:=svn
#PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=hotplug2-$(PKG_VERSION)
PKG_SOURCE_URL:=http://svn.nomi.cz/svn/isteve/hotplug2
PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION)
#PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
PKG_SOURCE_URL:=https://github.com/stgerrard008/OpenWRT-missing-file/raw/master/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_MAINTAINER:=Felix Fietkau <[email protected]>
#PKG_SOURCE_URL:=http://isteve.bofh.cz/~isteve/hotplug2
Expand Down
4 changes: 2 additions & 2 deletions package/network/services/dnsmasq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_VERSION:=2.66
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/archive/
PKG_MD5SUM:=c5eb8fb88847a5e9bf18db67c74efd47

PKG_LICENSE:=GPLv2
Expand All @@ -29,7 +29,7 @@ define Package/dnsmasq/Default
SECTION:=net
CATEGORY:=Base system
TITLE:=A lightweight DNS and DHCP server
URL:=http://www.thekelleys.org.uk/dnsmasq/
URL:=http://www.thekelleys.org.uk/dnsmasq/archive/
endef

define Package/dnsmasq
Expand Down
2 changes: 1 addition & 1 deletion package/network/utils/iproute2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_VERSION:=3.9.0
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/
PKG_SOURCE_URL:=https://www.kernel.org/pub/linux/utils/net/iproute2/
PKG_MD5SUM:=b53376db94c8d66f9d540c69ed84f13b
PKG_BUILD_PARALLEL:=1

Expand Down
5 changes: 3 additions & 2 deletions package/opkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ PKG_REV:=618
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=3

PKG_SOURCE_PROTO:=svn
#PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION)
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
#PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
PKG_SOURCE_URL:=https://github.com/stgerrard008/OpenWRT-missing-file/raw/master/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES = autogen.sh aclocal.m4
Expand Down
3 changes: 2 additions & 1 deletion toolchain/kernel-headers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=linux
PKG_VERSION:=$(LINUX_VERSION)
PKG_SOURCE:=$(LINUX_SOURCE)
PKG_SOURCE_URL:=$(LINUX_SITE)
#PKG_SOURCE_URL:=$(LINUX_SITE)
PKG_SOURCE_URL:=https://www.kernel.org/pub/linux/kernel/v2.6/
HOST_BUILD_DIR:=$(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)
PKG_MD5SUM:=$(LINUX_KERNEL_MD5SUM)
LINUX_DIR := $(HOST_BUILD_DIR)
Expand Down