Browse Source

Unnuetze Patches entfernt

Michael Schwarz 4 years ago
parent
commit
39835a73d6

+ 0 - 33
patches/0001-openwrt-patch-iw.patch

@@ -1,33 +0,0 @@
-From: Karsten Böddeker <freifunk@kb-light.de>
-Date: Sat, 23 Apr 2016 15:20:30 +0200
-Subject: openwrt: patch iw
-
-diff --git a/patches/lede/1001-iw-patch-200-reduce-size-patch.patch b/patches/lede/1001-iw-patch-200-reduce-size-patch.patch
-new file mode 100644
-index 0000000..09c978e
---- /dev/null
-+++ b/patches/lede/1001-iw-patch-200-reduce-size-patch.patch
-@@ -0,0 +1,23 @@
-+From: Karsten Böddeker <freifunk@kb-light.de>
-+Date: Sat, 23 Apr 2016 15:20:29 +0200
-+Subject: iw: patch 200-reduce_size.patch
-+
-+diff --git a/package/network/utils/iw/patches/200-reduce_size.patch b/package/network/utils/iw/patches/200-reduce_size.patch
-+index dea24fb..fefbf1f 100644
-+--- a/package/network/utils/iw/patches/200-reduce_size.patch
-++++ b/package/network/utils/iw/patches/200-reduce_size.patch
-+@@ -1,12 +1,11 @@
-+ --- a/Makefile
-+ +++ b/Makefile
-+-@@ -16,8 +16,8 @@ CFLAGS += -Wall -Wundef -Wstrict-prototy
-++@@ -17,7 +17,7 @@ CFLAGS += -Wall -Wundef -Wstrict-prototy
-+  OBJS = iw.o genl.o event.o info.o phy.o \
-+  	interface.o ibss.o station.o survey.o util.o ocb.o \
-+  	mesh.o mpath.o mpp.o scan.o reg.o version.o \
-+--	reason.o status.o connect.o link.o offch.o ps.o cqm.o \
-++ 	reason.o status.o connect.o link.o offch.o ps.o cqm.o \
-+ -	bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o
-+-+	reason.o status.o link.o offch.o ps.o cqm.o \
-+ +	bitrate.o vendor.o
-+  OBJS += sections.o
-+  

+ 0 - 17
patches/0002-web-osm-translation-mismatch.patch

@@ -1,17 +0,0 @@
-From: Michael Schwarz <post@michael-schwarz.name>
-Date: Fre, 18 Jan 2018 09:18:30 +0200
-Subject: gluon: patch gluon-config-mode-geo-location translation
-
-diff --git a/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua b/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
-index 6a211b64..928b4c5a 100644
---- a/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
-+++ b/package/gluon-config-mode-geo-location/luasrc/lib/gluon/config-mode/wizard/0400-geo-location.lua
-@@ -15,7 +15,7 @@ return function(form, uci)
- 	if not text then
- 		text = pkg_i18n.translate(
- 			'If you want the location of your node to ' ..
--			'be displayed on the map, you can enter its coordinates here.'
-+			'be displayed on public maps, you can enter its coordinates here.'
- 		)
- 		if osm then
- 			text = text .. ' ' .. osm.help(i18n)