316 Commits (529e87f6c51d767e74882a3233b9d8ec73d0feab)

Author SHA1 Message Date
Felix Fietkau 1d23349bea add a variable to keep track of the list of sections when loading uci config files. add a function to iterate through sections 18 years ago
Felix Fietkau 218b006536 fix CONFIG_FILENAME in uci_commit() 18 years ago
Felix Fietkau bfd12920bb fix typo 18 years ago
Felix Fietkau 3310901f9b fix uci_load trash output (#1040) 18 years ago
Florian Fainelli cac1789e6c Set up ipv6 address if provided in network configuration (#1028) 18 years ago
Felix Fietkau 9a5798e5f5 add a check to see if an init script is enabled 18 years ago
Felix Fietkau 545284a609 fix a typo 18 years ago
Felix Fietkau 7cc6503877 add option for setting the mac address (#1014) 18 years ago
Felix Fietkau 20e82c48ef fix typo in /sbin/wifi (#1016 - thanks, dairiki) 18 years ago
Mike Baker 64b7e4e4cf small tweaks to the usb disk hotplug scripts 18 years ago
Mike Baker 9cc85a562e fix sed error installing kmod ipkgs 18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables 18 years ago
Felix Fietkau 59a06c71cb rename default/ to files/ 18 years ago
Felix Fietkau 37362df7ea move platform specific base-files into target/linux/<targetname> 18 years ago
Felix Fietkau bd8e5fb7db move busybox init scripts from base-files into the busybox package and make them depend on busybox menuconfig options 18 years ago
Mike Baker e8c11142aa fix broken export from last commit 18 years ago
Mike Baker 5c3bf17fff avoid eval leaks 18 years ago
Felix Fietkau 398f36201b fix various variable copying bugs 18 years ago
Felix Fietkau f070a70578 fix svn:executable property on /etc/init.d/done 18 years ago
Mike Baker faf1eba5be cleanup uci and functions.sh 18 years ago
Mike Baker 9232f4adad strtok helper function 18 years ago
Felix Fietkau b1d1701fd6 hopefully fix duplicate ppp instances (#895) 18 years ago
Mike Baker 0f55c0eff9 correct typo in 'uci get' 18 years ago
Felix Fietkau c7252cb3d6 fix typo 18 years ago
Felix Fietkau bb9db87637 cosmetic led state change fix 18 years ago
Felix Fietkau 6c4b1cc135 add failsafe mode and mini_fo mounting support for brcm-2.4 and brcm-2.6 18 years ago
Felix Fietkau b0a535a6de remove broadcom specific stuff from default base files 18 years ago
Felix Fietkau 105a602ecf implement target profiles in menuconfig 18 years ago
Felix Fietkau 137d2b4d43 fix jffs2root compile 18 years ago
Felix Fietkau cbe21ae5f5 move two functions from broadcom.sh to /sbin/wifi 18 years ago
Felix Fietkau bc779dc435 make sure udhcpc is spawned as a background process (use eval) 18 years ago
Felix Fietkau 57ab02b754 add support for -t 0 (infinite retry) in busybox udhcpc and use it in the network scripts 18 years ago
Felix Fietkau 5808fe52a4 fix dhcp hotplug events 18 years ago
Felix Fietkau f458a8f21b fix ifdown hotplug event for static 18 years ago
Felix Fietkau 57f2868c3d fix ifup hotplug event for static 18 years ago
Felix Fietkau 1dc538c39a fix for multiple extra commands in init scripts using rc.common 18 years ago
Felix Fietkau e3e87f09d9 fix potential data loss issue on failed umount (patch from #942) 18 years ago
Florian Fainelli 18b1a6dd6e Ensure dropbear is installed before disabling telnet (#920) 18 years ago
Florian Fainelli 0b1e4d027a Change httpd realm to match the hostname (#932) 18 years ago
Florian Fainelli e410cb37bf Test if symbolic is already there (#886) 18 years ago
Felix Fietkau ab80113a68 call interface stop handler on ifdown 18 years ago
Felix Fietkau 86e2fbaaa4 rename the <boardname>-<kernelversion> directories of base-files to just <boardname>, so that the broadcom stuff can share files across kernel versions. adding back <boardname>-<kernelversion> for version specific overrides is still possible 18 years ago
Felix Fietkau c7213d81d6 add config option for autostart of network interfaces 18 years ago
Felix Fietkau e9ce379d25 fix missing variable assignment (found by db90h) 18 years ago
Felix Fietkau 12ccb1ed73 reset CONFIG_SECTION when calling config_load 18 years ago
Felix Fietkau dff0c52031 add protection against running cf2nand from yaffs2 18 years ago
Felix Fietkau a1e82362ac add cf2nand script for copying a cf card installation to nand flash automatically on rb532 18 years ago
Felix Fietkau 4346855974 add lookup function for mtd parts 18 years ago
Felix Fietkau 9abdf580d9 use lock to remove race conditions in bringing up ppp and dhcp that would lead to multiple active processes 18 years ago
Felix Fietkau 315f8e954b make network scripts more robust, prevent multiple instances of pppd and udhcpc for the same interface 18 years ago