1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 11:53:59 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Ilya Lipnitskiy
b1cbd93bcd
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Ted Hess
c04f69d527 libdaemon: disable examples (fix musl libc build error)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-06 08:26:48 -05:00
Ted Hess
84728610f3 libdaemon: Add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-17 18:04:56 -04:00
Ted Hess
80d2e46002 Import libdaemon from oldpackages 2014-07-17 18:04:55 -04:00