Merge pull request #3803 from sraue/Wetek-config

[RFC] Wetek config changes
This commit is contained in:
Stephan Raue 2015-01-22 22:11:52 +01:00
commit eaeabd286e
3 changed files with 549 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@ -111,13 +111,13 @@
KODIPLAYER_DRIVER="libamcodec"
# Modules to install in initramfs for early boot
INITRAMFS_MODULES="softcursor bitblit font fbcon"
INITRAMFS_MODULES=""
# additional drivers to install:
# for a list of additinoal drivers see packages/linux-drivers
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS=""
ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU"
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
# Space separated list is supported,
@ -134,7 +134,7 @@
AMREMOTE_SUPPORT="yes"
# build with swap support (yes / no)
SWAP_SUPPORT="yes"
SWAP_SUPPORT="no"
# swap support enabled per default (yes / no)
SWAP_ENABLED_DEFAULT="no"