Skip to content
Snippets Groups Projects
  1. May 09, 2017
    • Daniel Danzberger's avatar
      dnsmasq: add interface-name uci list. · eb99f891
      Daniel Danzberger authored
      
      This patch adds the interface-name option for each dhcp config
      in /etc/config/dhcp.
      
      With the interface_name option users can define a DNS name for each dhcp section
      that will be resolved by dnsmasq with the underlaying interface address.
      
      For example:
      config dhcp 'lan'
      	option interface 'lan'
      	...
      	list interface_name 'home.lan'
      	...
      
      Signed-off-by: default avatarDaniel Danzberger <daniel@dd-wrt.com>
      Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
      eb99f891
  2. May 06, 2017
  3. May 05, 2017
  4. May 04, 2017
    • Alberto Bursi's avatar
      dnsmasq: make tftp root if not existing · 72967676
      Alberto Bursi authored
      
      If there's a TFTP root directory configured, create it with mkdir -p
      (which does not throw an error if the folder exists already)
      before starting dnsmasq. This is useful for TFTP roots in /tmp, for example.
      
      Originally submitted by nfw user aka Nathaniel Wesley Filardo
      
      Signed-off-by: default avatarAlberto Bursi <alberto.bursi@outlook.it>
      72967676
    • Hans Dedecker's avatar
      dnsmasq: fix dhcp_option usage warning · cd5cd7c8
      Hans Dedecker authored
      
      Don't display unnecessary dhcp_option usage warning in case
      dhcp_option is empty
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      cd5cd7c8
    • Daniel Golle's avatar
      ramips: purge default packages on MT7621 · d17cb4a6
      Daniel Golle authored
      
      In order to have a smaller initramfs image remove all packages not
      needed on all devices and add them explicitely for those actually
      needing them. Also remove wpad-mini from ramips default package set
      and add it to all sub-targets except for MT7621.
      While at it reorder packages alphabetically and replace kmod-mt76 with
      kmod-mt7603 and/or kmod-mt76x2 depending on the chip actually used on
      a specific board.
      
      Hopefully fixes FS#758
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      d17cb4a6
    • Matthias Schiffer's avatar
      sunxi: clean up modules definitions · be40d0a1
      Matthias Schiffer authored
      
      Module definitions for kmod-wdt-sunxi and kmod-eeprom-sunxi are removed
      (wdt-sunxi was builtin anyways; nvmem-sunxi, which is the new name of
      eeprom-sunxi is changed to builtin). As kmod-eeprom-sunxi was specified
      in DEFAULT_PACKAGES, but not available on kernel 4.4, it was breaking the
      image builder.
      
      Support for kmod-sunxi-ir is added for kernel 4.4 (it is unclear why it
      was disable before, it builds fine with with kernel 4.4).
      
      Condtionals only relevant for pre-4.4 kernels are removed from modules.mk,
      as sunxi does't support older kernels anymore.
      
      Fixes FS#755.
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      be40d0a1
  5. May 03, 2017
  6. May 02, 2017
Loading