Commit Graph

7875 Commits (7acb84dde7e0a88ffc6e53efa2b9bcb1967b445d)

Author SHA1 Message Date
Felix Fietkau 512a3c5d81 kexec-tools: reduce size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37072
11 years ago
Felix Fietkau ea5f9a7ba7 kexec-tools: make zlib support optional, but enabled by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37071
11 years ago
Felix Fietkau 6232a4300c e2fsprogs: disable library installation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37070
11 years ago
Felix Fietkau 9ef2c08f37 e2fsprogs: disable testio debug to reduce code size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37067
11 years ago
Felix Fietkau 1646855141 e2fsprogs: use -ffunction-sections, -fdata-sections, --gc-sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37066
11 years ago
Felix Fietkau d383212f81 e2fsprogs: use the private version of blkid statically, it is significantly smaller than the external shared libblkid
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37065
11 years ago
Felix Fietkau 08a4d8b8e6 mdadm: strip support for intel/ddf hardware raid to significantly reduce code size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37064
11 years ago
Felix Fietkau e0606b7af2 mdadm: remove mdassemble, it is redundant
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37063
11 years ago
Felix Fietkau 20df5d86af mdadm: use -ffunction-sections, -fdata-sections, --gc-sections
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37062
11 years ago
Felix Fietkau ec27ab9ac9 mdadm: add from /packages, add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37060
11 years ago
John Crispin b1318530e3 ubox: update to latest git revision
* add pivot root support
* add back a /etc/init.d/fstab
* add "block mount/umount" support
* add anonymous swap/mount support
* add auto swap/mount support
* fix superflous error when inserting modules
* add back jffs2reset/jffs2mark

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37057
11 years ago
John Crispin c4f5b5d0d5 procd: update to latest git revision
* fix ubus reconnect handling
* set global mask 0
* add respawn support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37056
11 years ago
Felix Fietkau 49bd0eb15a libubox: update to latest version, fixes a bug in safe_list_del()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37053
11 years ago
Steven Barth d8051a8814 netifd: fix typo in dhcp script
SVN-Revision: 37051
11 years ago
Florian Fainelli fe7c236a06 6relayd: prevent build on AVR32
AVR32 misses a bunch of updated syscalls, including timerfd_create()
which is used by 6relayd. Since that requires Linux/libc changes, just
prevent building it for now.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 37040
11 years ago
Felix Fietkau 9e4d188e77 busybox: disable syslogd/klogd by default, procd replaces them
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37039
11 years ago
John Crispin 1761b7b370 mac80211: disable rt2x00 on mt7620a
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37037
11 years ago
Zoltan Herpai 82ae24602a tools: add tools for i.MX23 boards
SVN-Revision: 37035
11 years ago
Steven Barth cb66ed972b odhcp6c: Add missing config option "ifaceid"
SVN-Revision: 37033
11 years ago
John Crispin e7dbdad43b hostapd: fix superflous coma
this cause the wps trigegr to be copied to the wrong place

https://dev.openwrt.org/ticket/13753

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37031
11 years ago
Steven Barth 111b480945 ubus: remove unused init-script
SVN-Revision: 37026
11 years ago
Steven Barth eecce5abad arptables: Bump to 0.0.4
SVN-Revision: 37020
11 years ago
Steven Barth 69cd09ebbf 6relayd: don't accidentally remove regular prefix routes
SVN-Revision: 37018
11 years ago
John Crispin c7498282d2 util-linux: dont provide swapon/off
these are no provided either by busybox or block-mount

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37017
11 years ago
John Crispin 43a3d87b83 package: fix insmod on install
the procd changes broke the postinst insmod.

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37015
11 years ago
Felix Fietkau 0f003be010 ath9k: fix a minor rcu issue
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37013
11 years ago
Steven Barth f47c4c80d4 6relayd: fix lease-update behaviour for clients without reconfigure
SVN-Revision: 37011
11 years ago
Steven Barth d0d5f109d8 6relayd: Keep PD-downstream across RENEW/REBIND
SVN-Revision: 37009
11 years ago
John Crispin fdb8d23745 mac80211: fix compile error on rt2x00 when buildin for SoC
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37008
11 years ago
John Crispin 4ebf19b48f packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37007
11 years ago
John Crispin 4c43cacce0 base-files: module loading is now handled by ubox/kmodloader
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37003
11 years ago
John Crispin d0db343fc4 base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37002
11 years ago
John Crispin 533dfc39e3 base-files: drop 2 pointless hotplug trigger stubs
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37001
11 years ago
John Crispin af95449273 base-files: procd is now the init process
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36998
11 years ago
John Crispin f614f2915a busybox: procd is now the init process
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36997
11 years ago
John Crispin aa2fc19800 base-files: procd init is now the default, remove files.old
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36996
11 years ago
John Crispin 740d7c103f procd: update to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36995
11 years ago
John Crispin b0bb503c20 procd: fix hotplug rule to not return on default makedev trigger
this allows the subsystem trigger to also be called

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36994
11 years ago
John Crispin 39df8d1a45 brcm47xx: dont manually insmod switch drivers
Signed-off-by: John Crispin <bloic@openwrt.org>

SVN-Revision: 36993
11 years ago
John Crispin 4999ae4236 hostapd: remove old button hotplug script
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36991
11 years ago
John Crispin 5ee45b4a75 ubox: update to latest git version
add block mount / extroot support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36989
11 years ago
John Crispin d55316af38 block-mount: drop package, ubox now does the job for us
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36988
11 years ago
John Crispin 08de6fcc12 hotplug2: procd does the hotplugging now
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36987
11 years ago
John Crispin e3dcf2448f util-linux: move package to package/system/utils
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36986
11 years ago
John Crispin ed6e69444a util-linux: fix endianess bug and stage libraries properly
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36985
11 years ago
Felix Fietkau 9e7adce6a4 libubox: update to latest version, fixes utf-8 corruption issues in blobmsg_json
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36984
11 years ago
Felix Fietkau 9bb0e9b9f1 ath9k_htc: fix idle mode handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36983
11 years ago
Steven Barth 5108318edb 6relayd: Fix DHCPv6-PD assignment logic
SVN-Revision: 36980
11 years ago
Hauke Mehrtens 07757044bf mac80211: add rt2x00-mmio package to store the common parts for SoC and PCI access
This should fix a build error on ramips.

SVN-Revision: 36978
11 years ago
Felix Fietkau b954cfdf6a ath9k: fix cabq depth accounting
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36977
11 years ago