aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* allow mklibs.py to optimize libgcc_s.so.1Felix Fietkau2009-08-291-0/+1
| | | | SVN-Revision: 17437
* now that each target has its own package directory, remove the base-files ↵Felix Fietkau2009-08-201-7/+5
| | | | | | package renaming hack SVN-Revision: 17330
* base-files: move ipv6 module loading from setup_interface() to addif() in ↵Jo-Philipp Wich2009-08-101-1/+1
| | | | | | the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) SVN-Revision: 17217
* install static libraries from uclibc to the rootfs staging dirFelix Fietkau2009-08-081-0/+4
| | | | SVN-Revision: 17169
* base-files: ensure that ipv6 is loaded if interfaces have an ip6addr ↵Jo-Philipp Wich2009-08-041-1/+1
| | | | | | defined, clean trailing whitespace, bump pkg revision (#5356) SVN-Revision: 17118
* prevent rebuild issues on creation of lib64 with 64-bits targetsFlorian Fainelli2009-08-011-2/+2
| | | | SVN-Revision: 17072
* base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git ↵Andy Boyett2009-07-021-1/+2
| | | | | | instead of svn SVN-Revision: 16652
* add preliminary coldfire v4e supportImre Kaloz2009-06-211-1/+1
| | | | SVN-Revision: 16538
* sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if ↵Jo-Philipp Wich2009-06-171-1/+1
| | | | | | standard reboot fails SVN-Revision: 16488
* base-files: set rules file for hotplug2 in the boot script (closes #5235)Gabor Juhos2009-05-301-1/+1
| | | | SVN-Revision: 16215
* base-files: update command line for the new hotplug2Gabor Juhos2009-05-281-1/+1
| | | | SVN-Revision: 16154
* fix mips64el base-files compileFelix Fietkau2009-05-231-1/+1
| | | | SVN-Revision: 16018
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-151-1/+1
| | | | SVN-Revision: 15865
* create the lib64 symbolic links for 64-bits supported architectures (#5075)Florian Fainelli2009-05-071-1/+6
| | | | SVN-Revision: 15698
* base-files: Add additional base-files search pathsHamish Guthrie2009-05-041-0/+6
| | | | SVN-Revision: 15583
* 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
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* move ldconfig & ldd to utils sectionNicolas Thill2009-04-141-1/+5
| | | | SVN-Revision: 15228
* base-files: remove redundant netmask handling in 10-routesJo-Philipp Wich2009-04-121-1/+1
| | | | SVN-Revision: 15219
* - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵Jo-Philipp Wich2009-03-251-1/+1
| | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042
* add uclibc 0.9.30.1Felix Fietkau2009-03-231-0/+4
| | | | SVN-Revision: 15000
* sysupgrade: install /bin/sleep into ramdisk too and add completition notice ↵Jo-Philipp Wich2009-03-081-2/+2
| | | | | | (#4747) SVN-Revision: 14784
* base-files: allow option dns to override dhcp assigned dns serversJo-Philipp Wich2009-02-191-1/+1
| | | | SVN-Revision: 14562
* 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
* package/base-files: fix chmod of /tmp/.uci, bump package revisionJo-Philipp Wich2009-01-061-1/+1
| | | | SVN-Revision: 13903
* clean NATIVE_TOOLCHAIN dependenciesNicolas Thill2008-11-221-3/+3
| | | | SVN-Revision: 13314
* Allow dropbear to use shadow passwords, and correct base-files generation of ↵Peter Denison2008-09-301-1/+6
| | | | | | /etc/shadow SVN-Revision: 12809
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-161-2/+0
| | | | | | default SVN-Revision: 12319
* creates a passwd's shadow file if busybox supports the feature, fixes #2887John Crispin2008-07-301-0/+1
| | | | SVN-Revision: 12017
* Disable smash stacking support by default, but allow to enable it as an ↵Florian Fainelli2008-07-301-0/+1
| | | | | | experimental feature SVN-Revision: 12010
* fix libraries packaging for uml on x86_64Nicolas Thill2008-07-281-4/+7
| | | | SVN-Revision: 11970
* system now knows which timezone it is inJohn Crispin2008-06-111-1/+1
| | | | SVN-Revision: 11445
* create /etc/fstab on boot (closes #3458)Matteo Croce2008-05-201-1/+1
| | | | SVN-Revision: 11225
* base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ↵Rod Whitby2008-05-171-1/+1
| | | | | | (they moved from /sbin to /usr/sbin) SVN-Revision: 11157
* fix typoFelix Fietkau2007-12-231-1/+1
| | | | SVN-Revision: 9871
* add profile specific base-files packages - does not work with the ↵Felix Fietkau2007-12-231-0/+9
| | | | | | imagebuilder yet, but will be fixed later SVN-Revision: 9870
* base-files: fix revision number in 'etc/banner'Gabor Juhos2007-12-141-1/+1
| | | | SVN-Revision: 9755
* clean up openwrt version handling, use a separate script that is executed at ↵Felix Fietkau2007-12-131-7/+3
| | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723
* fix path to the snapshot packages (snapshot build/upload needs to be fixed ↵Felix Fietkau2007-09-301-1/+1
| | | | | | as well) SVN-Revision: 9083
* get rid of per-profile base-filesGabor Juhos2007-09-291-11/+6
| | | | SVN-Revision: 9069
* base-files: Added support for swap configuration in /etc/config/fstabRod Whitby2007-09-221-1/+1
| | | | SVN-Revision: 8947
* Added support for /etc/default/fstab - a means of automatically mounting ↵Rod Whitby2007-09-211-1/+1
| | | | | | devices on boot. SVN-Revision: 8916
* made HOME=/root global instead of x86 specificJohn Crispin2007-09-191-0/+1
| | | | SVN-Revision: 8845
* Revert the InstallDev section, was only there testingFlorian Fainelli2007-09-161-8/+0
| | | | SVN-Revision: 8787
* Put back ldd and ldconfig (#1543)Florian Fainelli2007-09-161-2/+22
| | | | SVN-Revision: 8786
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-1/+6
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* bump package versions after updatesFelix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8680