summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* flot: add error handling to for loopThomas Petazzoni2014-12-011-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ebtables: add error handling to for loopThomas Petazzoni2014-12-011-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* coreutils: add error handling to for loopThomas Petazzoni2014-12-011-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* alsa-utils: add error handling to for loopThomas Petazzoni2014-12-011-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rp-pppoe: bail out if installation failsThomas Petazzoni2014-12-011-1/+1
| | | | | | | | | Add an "|| exit 1" in the installation loop, otherwise if one of the file fails to install, the build doesn't abort. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rp-pppoe: don't install man pagesThomas Petazzoni2014-12-011-3/+0
| | | | | | | | | We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnupg: don't bother removing a man pageThomas Petazzoni2014-12-011-2/+1
| | | | | | | | | | The target-finalize target in the main Makefile removes $(TARGET_DIR)/usr/share/man entirely, so there's no point in having some package specific logic to remove man pages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pptp-linux: don't install man pageThomas Petazzoni2014-12-011-1/+0
| | | | | | | | | We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iostat: remove legacy codeThomas Petazzoni2014-12-011-2/+0
| | | | | | | | | | | Some custom iostat-source target was mistakenly left in place when the iostat package was migrated to gentargets in commit ee77963588b09babfd71befb0b5eb9fd1e776bbc, back 4 years ago. This commit removes this unnecessary custom target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iostat: ensure binary gets installed with proper permissionsPeter Korsgaard2014-12-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iostat: don't install man pageThomas Petazzoni2014-12-011-2/+0
| | | | | | | | | We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tree: don't install man pageThomas Petazzoni2014-12-011-2/+0
| | | | | | | | | We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ndisc6: remove man page related codeThomas Petazzoni2014-12-011-6/+1
| | | | | | | | | | The target-finalize target takes care of removing $(TARGET_DIR)/usr/share/man, so there's no point in having package specific code doing this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wipe: ensure binary gets installed with proper permissionsPeter Korsgaard2014-12-011-1/+1
| | | | | Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wipe: don't install man pagesThomas Petazzoni2014-12-011-1/+0
| | | | | | | | | We don't support installing documentation on the target, so there's no point in having explicit code to do so. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* snowball-init: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-2/+5
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* at: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tinyhttpd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+4
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openvpn: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-0/+3
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tftpd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+4
| | | | | | | | | Also make sure we use a full path for the destination of the $(INSTALL) command. [Peter: use install -m as noted by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xapp_xdm: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pango: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* olsr: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+4
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gpsd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-4/+5
| | | | | | | | Also makes the installation of the init script unconditional. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongoose: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-0/+3
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netatalk: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-6/+3
| | | | | | | | Also makes the installation of the init script unconditional. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nfs-utils: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-4/+7
| | | | | | | | | Also move back the NFS_UTILS_INSTALL_FIXUP hook registration right after the hook definition. [Peter: use install -D as noted by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ifplugd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-2/+5
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* input-event-daemon: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+5
| | | | | | | | Also makes the installation of the init script unconditional. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-6/+6
| | | | | | | | Also makes the installation of the init script unconditional. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proftpd: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+4
| | | | | | | | Also use a complete destination path for the $(INSTALL) command. [Peter: use install -D as noted by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdk-pixbuf: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+1
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stunnel: use the <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-3/+6
| | | | | | | | | Since the existing STUNNEL_INSTALL_CONF_SCRIPT hook no longer installs the init script, we rename it to STUNNEL_INSTALL_CONF. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* portmap: improve installation of binariesThomas Petazzoni2014-12-011-1/+1
| | | | | | | | | | | This commit explicits the permissions with which executables are installed, and also makes sure that the build is aborted if one of the binaries cannot be installed, instead of silently ignoring the error. [Peter: fixop typos in commit message as noted by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* portmap: don't install manpagesThomas Petazzoni2014-12-011-6/+0
| | | | | | | | | We no longer support having documentation on the target, so there's no point in carrying code to install man pages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* portmap: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-2/+4
| | | | | | | | | We also switch to using a full destination path as the second argument of $(INSTALL). [Peter: use install -D as noted by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: use <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-1/+4
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* thttpd: use the <pkg>_INSTALL_INIT_SYSV mechanismThomas Petazzoni2014-12-011-2/+5
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* radvd: use <pkg>_INSTALL_INIT_SYSVThomas Petazzoni2014-12-011-4/+2
| | | | | | | | | | This commit changes the radvd to use the <pkg>_INSTALL_INIT_SYSV mechanism instead of using a post install target hook. We also use a full destination path when calling $(INSTALL). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vsftpd: rename patches to the new naming conventionThomas Petazzoni2014-12-012-0/+0
| | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vsftpd: don't install manpagesThomas Petazzoni2014-12-011-4/+0
| | | | | | | | | Installing manpages to the target is quite useless, since we don't support installing documentation on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vsftpd: use <pkg>_INSTALL_INIT_SYSV and rename init scriptThomas Petazzoni2014-12-012-3/+4
| | | | | | | | | | | | | | This commit changes the vsftpd package to use the <pkg>_INSTALL_INIT_SYSV mechanism to install its init script, and renames the init script in the Buildroot source tree to match how it's named on the target. Also, the init script is now installed unconditionally, as is done in most packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ci20_defconfig: remove BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=yVicente Olivert Riera2014-12-011-1/+0
| | | | | | | | | | | | | | We had this option in the defconfig because the kernel defconfig we provide doesn't have CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT, so a /dev management which creates the devices dynamically using only devtmpfs would not work. However, CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT are automatically added to the kernel config when you build the kernel using Buildroot, except when you choose BR2_ROOTFS_DEVICE_CREATION_STATIC as a /dev management. This is handled by linux/linux.mk. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: bump to version 4.1.14Gustavo Zacarias2014-12-012-2/+2
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove BR2_DEPRECATED_SINCE_2013_11Gustavo Zacarias2014-12-011-4/+0
| | | | | | | The symbol is unused so remove it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arch/mips: remove deprecated mips1/2/3/4 supportGustavo Zacarias2014-12-013-20/+0
| | | | | | | | | | Remove the support for generating mips1/2/3/4 code since it has been deprecated for more than a year now. Also remove the unnecessary kludges in packages for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gcc/mpfr: remove deprecated featuresGustavo Zacarias2014-12-013-30/+0
| | | | | | | | Remove the fortran and objective C language support since these have been deprecated since more than a year ago. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: mark EOL versions deprecatedGustavo Zacarias2014-12-011-0/+1
| | | | | | | Follow the upstream EOL cycle and mark 3.16 as deprecated for 2015.02. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add BR2_DEPRECATED_SINCE_2015_02Gustavo Zacarias2014-12-011-0/+4
| | | | | | | | In preparation for the deprecation of certain features in 2015.02, add the BR2_DEPRECATED_SINCE_2015_02 symbol. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud