mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 14:36:14 +00:00
d8b3f53f5e
This fixes a few minor issues (partially cosmetic) in ltq-adsl and ltq-adsl-fw Makefiles: - fix PKG_SOURCE_URL and switch to https - remove non-existant FW_NAME variable - fix package name for config inclusion - fix config symbol for debugging Fixes: 1d0a9d0c0470 ("move ltq-adsl") Cc: John Crispin <john@phrozen.org> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
config LANTIQ_ADSL_DEBUG
|
|
bool "verbose debugging"
|
|
depends on PACKAGE_kmod-ltq-adsl
|
|
help
|
|
Say Y, if you need ltq-adsl to display debug messages.
|