Jo-Philipp Wich
|
b33ce3109d
base-files: remove remaining conffiles reference to /etc/banner
|
15 years ago |
Gabor Juhos
|
25feec0c9c
package/base-files: add get_magic_long() to common upgrade script
|
15 years ago |
Daniel Dickinson
|
f93b6cb844
base-files: Fix typo in option name for disabling failsafe announcment Thanks to Andrey Zholos for this patch
|
15 years ago |
Jo-Philipp Wich
|
3b6851aa82
base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request
|
15 years ago |
Gabor Juhos
|
63c786dde7
base-files: add support for the usbdev LED trigger
|
15 years ago |
Florian Fainelli
|
ebe7bdba88
adds a --help option to /sbin/wifi
|
15 years ago |
Jo-Philipp Wich
|
d0ab35c115
base-file: add metric option for static and dhcp protos, this simplifies the management of multiple default routes
|
15 years ago |
Jo-Philipp Wich
|
59a3841c9c
base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc
|
15 years ago |
Jo-Philipp Wich
|
cfe4db7bda
base-files: mark /etc/shadow as conffile
|
15 years ago |
Jo-Philipp Wich
|
d856ed78ad
base-files: add udhcpc vendorid option (#7744)
|
15 years ago |
Jo-Philipp Wich
|
8dc04c9018
base-files: mark /etc/sysupgrade.conf as conffile
|
15 years ago |
Jo-Philipp Wich
|
d80f82d7a4
base-files: - add sysupgrade support for keepfile hints * introduces /lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
|
15 years ago |
Jo-Philipp Wich
|
978ecae685
base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list
|
15 years ago |
Jo-Philipp Wich
|
a65975e0d6
base-files: mark /etc/rc.local as conffile
|
15 years ago |
Jo-Philipp Wich
|
0fda5f7507
base-files: utilize uci_get_state to read the previous dhcp router address in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes.
|
15 years ago |
Jo-Philipp Wich
|
cdd98e3f3a
base-files: bump pkg revision after r23091, r23092
|
15 years ago |
Jo-Philipp Wich
|
4815de3f26
base-files: introduce service_kill() into functions.sh - a convenience wrapper for killing services by pid or pidfile with a grace period for termination before kill
|
15 years ago |
Jo-Philipp Wich
|
91118a9500
base-files: add an experimental "-c" flag which tries to preserve *all* changed files in /overlay/etc minus some system files
|
15 years ago |
Jo-Philipp Wich
|
5949f33b06
base-files: make build dependant on opkg/host
|
15 years ago |
Felix Fietkau
|
62c1740676
toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
|
15 years ago |
Jo-Philipp Wich
|
63991ba875
base-files, uci: properly revert list state on config_load This fixes a bug where lists end up with duplicate values if config_load was invoked multiple times.
|
15 years ago |
Jo-Philipp Wich
|
e1a654dd9f
base-files: unconditionally unlock the rootfs_data partition (#7437)
|
15 years ago |
Jo-Philipp Wich
|
506db2a57e
base-files: add "mtu" option for route sections, allows setting per-route mtu values
|
15 years ago |
Jo-Philipp Wich
|
ce5d644ac1
base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now
|
15 years ago |
Jo-Philipp Wich
|
75941a19ac
base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.
|
15 years ago |
Jo-Philipp Wich
|
261d41a906
base-files: - use add_dns() and remove_dns() for when changing resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision
|
15 years ago |
Jo-Philipp Wich
|
8bc961239b
base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
|
15 years ago |
Jo-Philipp Wich
|
c0820d3261
base-files: respect .auto option when running coldplug_interface_*() hooks on boot
|
15 years ago |
Jo-Philipp Wich
|
da55c9639a
base-files (#7316) - improve rdate reliability - make rdate config more ntp like - move time server list to /etc/config/timeserver - bump package revision
|
15 years ago |
Nicolas Thill
|
ebb5858ba8
package/base-files: fix libraries packaging on 64bits targets (closes: #6918)
|
15 years ago |