summaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Collapse)AuthorAgeFilesLines
...
* network: do not unnecessarily touch interfaces configured as proto=none; ↵Felix Fietkau2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266
* Removed extra ; in exec ruleHamish Guthrie2009-06-011-1/+1
| | | | SVN-Revision: 16243
* fix drivers firmware loading with the new hotplug2, patch from Russell SeniorFlorian Fainelli2009-05-311-1/+1
| | | | SVN-Revision: 16231
* base-files: set rules file for hotplug2 in the boot script (closes #5235)Gabor Juhos2009-05-302-1/+2
| | | | SVN-Revision: 16215
* base-files: update command line for the new hotplug2Gabor Juhos2009-05-283-4/+5
| | | | SVN-Revision: 16154
* fix mips64el base-files compileFelix Fietkau2009-05-231-1/+1
| | | | SVN-Revision: 16018
* base-files: fixup resolv.conf check in udhcpc scriptJo-Philipp Wich2009-05-171-1/+1
| | | | SVN-Revision: 15903
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵Nicolas Thill2009-05-171-2/+2
| | | | | | numeric comparisons SVN-Revision: 15890
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-152-1/+2
| | | | SVN-Revision: 15865
* base-files: - restore device, ifname and aliases state in dhcp script - make ↵Jo-Philipp Wich2009-05-101-1/+8
| | | | | | sure that resolv.conf.tmp is written once at least for statically configured dns SVN-Revision: 15753
* base-files: show reboot notification is sysupgradeJo-Philipp Wich2009-05-091-1/+4
| | | | SVN-Revision: 15730
* create the lib64 symbolic links for 64-bits supported architectures (#5075)Florian Fainelli2009-05-071-1/+6
| | | | SVN-Revision: 15698
* Don't try to pivot to new ramfs if already running on one This patch allows ↵Jo-Philipp Wich2009-05-071-2/+6
| | | | | | | | the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15683
* Add option in sysupgrade to flash gzipped imagesJo-Philipp Wich2009-05-072-4/+9
| | | | SVN-Revision: 15672
* base-files: replace udhcpc script with an improved versionJo-Philipp Wich2009-05-061-74/+116
| | | | SVN-Revision: 15635
* base-files: Add additional base-files search pathsHamish Guthrie2009-05-041-0/+6
| | | | SVN-Revision: 15583
* rcS: wait for init scripts to complete before initiating the shutdown (patch ↵Felix Fietkau2009-04-302-6/+12
| | | | | | from #5032) SVN-Revision: 15530
* base-files: make diag.sh stub working in bashJo-Philipp Wich2009-04-301-2/+2
| | | | SVN-Revision: 15527
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-271-1/+1
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-241-9/+5
| | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is SVN-Revision: 15323
* fix broken logic in r15272, r15273Jo-Philipp Wich2009-04-191-5/+4
| | | | SVN-Revision: 15274
* base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway ↵Jo-Philipp Wich2009-04-191-0/+7
| | | | | | interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips SVN-Revision: 15272
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* move ldconfig & ldd to utils sectionNicolas Thill2009-04-141-1/+5
| | | | SVN-Revision: 15228
* do not run hotplug event for aliasesFelix Fietkau2009-04-131-0/+3
| | | | SVN-Revision: 15224
* base-files: remove redundant netmask handling in 10-routesJo-Philipp Wich2009-04-122-2/+1
| | | | SVN-Revision: 15219
* In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg.Hauke Mehrtens2009-04-091-0/+1
| | | | SVN-Revision: 15180
* tweak some sysctl values for better performanceFelix Fietkau2009-04-071-0/+3
| | | | SVN-Revision: 15129
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵Felix Fietkau2009-04-042-1/+1
| | | | | | busybox - we always use -l on telnetd anyway SVN-Revision: 15097
* fix failsafe modeFelix Fietkau2009-04-041-0/+1
| | | | SVN-Revision: 15096
* udhcpc: run dhcp hotplug events after dns has been setFelix Fietkau2009-04-041-7/+7
| | | | SVN-Revision: 15095
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-271-0/+34
| | | | SVN-Revision: 15055
* - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵Jo-Philipp Wich2009-03-253-4/+12
| | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042
* sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpaJo-Philipp Wich2009-03-242-1/+2
| | | | SVN-Revision: 15028
* add uclibc 0.9.30.1Felix Fietkau2009-03-231-0/+4
| | | | SVN-Revision: 15000
* Allow running without "logger" installedMichael Büsch2009-03-181-1/+4
| | | | SVN-Revision: 14938
* Support configurations without syslogd/klogd.Michael Büsch2009-03-181-2/+2
| | | | SVN-Revision: 14937
* move input device nodes to /dev/inputFelix Fietkau2009-03-091-0/+5
| | | | SVN-Revision: 14809
* sysupgrade: install /bin/sleep into ramdisk too and add completition notice ↵Jo-Philipp Wich2009-03-082-3/+4
| | | | | | (#4747) SVN-Revision: 14784
* On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel ↵Hauke Mehrtens2009-03-071-0/+1
| | | | | | Marin SVN-Revision: 14770
* base-files: allow option dns to override dhcp assigned dns serversJo-Philipp Wich2009-02-192-10/+25
| | | | SVN-Revision: 14562
* allow specifying port where to log (#2019)Florian Fainelli2009-02-031-1/+2
| | | | SVN-Revision: 14396
* Use block events for the mounting/unmounting of external storage devices. ↵Jose Vasconcellos2009-01-305-38/+45
| | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289
* increase default size of the connection tracking table, thanks MarcFlorian Fainelli2009-01-301-0/+1
| | | | SVN-Revision: 14283
* fix handling of eglibc config options for packagingFelix Fietkau2009-01-261-1/+5
| | | | SVN-Revision: 14210
* add support for an optional staging directory for debug binariesFelix Fietkau2009-01-131-0/+1
| | | | SVN-Revision: 14018
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-25/+55
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* fix $HOME in /etc/profile (#4424)Felix Fietkau2009-01-071-1/+2
| | | | SVN-Revision: 13914
* package/base-files: fix chmod of /tmp/.uci, bump package revisionJo-Philipp Wich2009-01-062-2/+2
| | | | SVN-Revision: 13903