Skip to content

Commit

Permalink
modules: switch to OpenWrt master
Browse files Browse the repository at this point in the history
Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Nov 24, 2023
1 parent 9056df7 commit b413df3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1,030 deletions.
12 changes: 6 additions & 6 deletions modules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GLUON_FEEDS='gluon packages routing'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-23.05
OPENWRT_COMMIT=7c43ced160a01ad2300bf103d457d9f2b20c2772
OPENWRT_BRANCH=master
OPENWRT_COMMIT=df167450a5094034bf4c5ad6fbfce502b09662bb

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=dc99bbb906f9faae472e48da013dbf67e1a00c23

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-23.05
PACKAGES_PACKAGES_COMMIT=55aef54b755a3cb39cf9eb42513a2c3a3eeab36e
PACKAGES_PACKAGES_BRANCH=master
PACKAGES_PACKAGES_COMMIT=cb994bbf6c5d9b2d73f74b7cdb5c853d431a472c

PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-23.05
PACKAGES_ROUTING_COMMIT=83ef3784a9092cfd0a900cc28e2ed4e13671d667
PACKAGES_ROUTING_BRANCH=master
PACKAGES_ROUTING_COMMIT=601bd6c045a738bb465ab9b5444ddffb8951e0e6
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ factory image and install a Gluon sysupgrade.
Signed-off-by: David Bauer <mail@david-bauer.net>

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 1a558c30a05433c585cdf81967e265b1f7711af7..bfea8fb8e3623790cf627628d6d58760fce22a67 100644
index b74ce345097d1402ae80ab7bf1e881949a0cbfa2..8539cf08576433fc187b871dad4d0a017005407c 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -1073,11 +1073,6 @@ define Device/dlink_dir-825-b1
@@ -1149,11 +1149,6 @@ define Device/dlink_dir-825-b1
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
kmod-leds-reset kmod-owl-loader kmod-switch-rtl8366s
IMAGE_SIZE := 7808k
Expand Down

This file was deleted.

Loading

0 comments on commit b413df3

Please sign in to comment.