Changeset bf5f040 in freewrt


Ignore:
Timestamp:
Mar 22, 2007, 9:37:47 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
0027a86
Parents:
cc76326
Message:

activate raddump, wifidog and serdisplay works fine on Debian/etch, please report bugreports with full build log, do not deactivate any packages which are failing on special hostsystems

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2237 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    rcc76326 rbf5f040  
    219219source "package/wccpd/Config.in"
    220220source "package/weechat/Config.in"
    221 #source "package/wifidog/Config.in"
     221source "package/wifidog/Config.in"
    222222source "package/wireless-tools/Config.in"
    223223source "package/wiviz/Config.in"
     
    231231source "package/xinetd/Config.in"
    232232source "package/xsupplicant/Config.in"
     233#source "package/zabbix/Config.in"
    233234endmenu
    234235
     
    333334source "package/microcom/Config.in"
    334335source "package/picocom/Config.in"
    335 #source "package/serdisplib/Config.in"
     336source "package/serdisplib/Config.in"
    336337source "package/setserial/Config.in"
    337338endmenu
  • package/Makefile

    rcc76326 rbf5f040  
    230230package-$(FWRT_PACKAGE_QUAGGA) += quagga
    231231package-$(FWRT_COMPILE_RADIUSCLIENT_NG) += radiusclient-ng
     232package-$(FWRT_PACKAGE_RADDUMP) += raddump
    232233package-$(FWRT_PACKAGE_RADVD) += radvd
    233234package-$(FWRT_PACKAGE_RARPD) += rarpd
     
    316317package-$(FWRT_PACKAGE_XINETD) += xinetd
    317318package-$(FWRT_PACKAGE_XSUPPLICANT) += xsupplicant
     319package-$(FWRT_PACKAGE_ZABBIX) += zabbix
    318320package-$(FWRT_PACKAGE_ZLIB) += zlib
    319321package-$(FWRT_PACKAGE_ISDN4K_UTILS) += isdn4k-utils
Note: See TracChangeset for help on using the changeset viewer.