278 Commits (04b8b97fffd205a9c4a7f156b99378adc206e0ae)

Author SHA1 Message Date
Felix Fietkau 91fe363562 uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was not exported by default. use it instead of libc_pic.a 16 years ago
Felix Fietkau fc5426e4bc allow mklibs.py to optimize libgcc_s.so.1 16 years ago
Felix Fietkau 72cf6925a4 now that each target has its own package directory, remove the base-files package renaming hack 16 years ago
Jo-Philipp Wich 27da9d1984 base-files: move ipv6 module loading from setup_interface() to addif() in the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) 16 years ago
Felix Fietkau 907fb8d8e5 install static libraries from uclibc to the rootfs staging dir 16 years ago
Jo-Philipp Wich 3bb5ea71eb base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356) 16 years ago
Florian Fainelli 52b6f8f74a prevent rebuild issues on creation of lib64 with 64-bits targets 16 years ago
Andy Boyett 0194fea285 base-files: explicitly create /etc/rc.d/, fixes ImageBuilder when using git instead of svn 16 years ago
Imre Kaloz 2004d4165a add preliminary coldfire v4e support 16 years ago
Jo-Philipp Wich c6fe201fb6 sysupgrade: sync *before* mtd write, only fallback to sysrq-trigger if standard reboot fails 16 years ago
Gabor Juhos 9b5e65f101 base-files: set rules file for hotplug2 in the boot script (closes #5235) 16 years ago
Gabor Juhos 463a6f4bda base-files: update command line for the new hotplug2 16 years ago
Felix Fietkau 17ae4a4df0 fix mips64el base-files compile 16 years ago
Jo-Philipp Wich af8500e97d sysupgrade: use sysrq-trigger if available 16 years ago
Florian Fainelli 3dea7e450f create the lib64 symbolic links for 64-bits supported architectures (#5075) 16 years ago
Hamish Guthrie 42e35d0a95 base-files: Add additional base-files search paths 16 years ago
Nicolas Thill 7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS 16 years ago
Nicolas Thill 222f37cbde uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 16 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Nicolas Thill a245766507 move ldconfig & ldd to utils section 16 years ago
Jo-Philipp Wich a03e00bbcf base-files: remove redundant netmask handling in 10-routes 16 years ago
Jo-Philipp Wich 9a72419724 - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE 16 years ago
Felix Fietkau 566bdc37ad add uclibc 0.9.30.1 16 years ago
Jo-Philipp Wich 8a6acee2e2 sysupgrade: install /bin/sleep into ramdisk too and add completition notice (#4747) 16 years ago
Jo-Philipp Wich 2d672ef2f5 base-files: allow option dns to override dhcp assigned dns servers 16 years ago
Felix Fietkau ff89285b25 fix handling of eglibc config options for packaging 16 years ago
Felix Fietkau eb1c4db039 add support for an optional staging directory for debug binaries 16 years ago
Nicolas Thill a3edea1b91 add support for alternative C libraries (currently only glibc/eglibc) other (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) 16 years ago
Jo-Philipp Wich 341c1dbdf5 package/base-files: fix chmod of /tmp/.uci, bump package revision 16 years ago
Nicolas Thill f456099ca5 clean NATIVE_TOOLCHAIN dependencies 16 years ago
Peter Denison 5ff6932c66 Allow dropbear to use shadow passwords, and correct base-files generation of /etc/shadow 17 years ago
Travis Kemen 99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default 17 years ago
John Crispin 79aebec9e0 creates a passwd's shadow file if busybox supports the feature, fixes #2887 17 years ago
Florian Fainelli cc99e5b35d Disable smash stacking support by default, but allow to enable it as an experimental feature 17 years ago
Nicolas Thill a5df818e0d fix libraries packaging for uml on x86_64 17 years ago
John Crispin 0bf765b362 system now knows which timezone it is in 17 years ago
Matteo Croce ac8bf03f8e create /etc/fstab on boot (closes #3458) 17 years ago
Rod Whitby c715985c97 base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin) 17 years ago
Felix Fietkau ac2f4c97e7 fix typo 17 years ago
Felix Fietkau c2e873499a add profile specific base-files packages - does not work with the imagebuilder yet, but will be fixed later 17 years ago
Gabor Juhos 279f3719bf base-files: fix revision number in 'etc/banner' 17 years ago
Felix Fietkau 51996a78f1 clean up openwrt version handling, use a separate script that is executed at the beginning of the build process, fix revision checking with git 17 years ago
Felix Fietkau 1fdd026406 fix path to the snapshot packages (snapshot build/upload needs to be fixed as well) 18 years ago
Gabor Juhos 438dfe5c6f get rid of per-profile base-files 18 years ago
Rod Whitby ac8f66b987 base-files: Added support for swap configuration in /etc/config/fstab 18 years ago
Rod Whitby cd95009fc6 Added support for /etc/default/fstab - a means of automatically mounting devices on boot. 18 years ago
John Crispin f3b9e06a14 made HOME=/root global instead of x86 specific 18 years ago
Florian Fainelli 9dfd1faee3 Revert the InstallDev section, was only there testing 18 years ago
Florian Fainelli 776bc05179 Put back ldd and ldconfig (#1543) 18 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 18 years ago