Skip to content

Commit

Permalink
configs: remove unusually not used features from tiny targets
Browse files Browse the repository at this point in the history
to reduce kernel-size
  • Loading branch information
SvenRoederer committed Jan 2, 2020
1 parent 2f052d2 commit 2677375
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion configs/ath79-tiny.config
@@ -1,4 +1,33 @@
CONFIG_TARGET_ath79=y
CONFIG_TARGET_ath79_tiny=y
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512
CONFIG_PACKAGE_kmod-ath9k-htc=m
CONFIG_PACKAGE_kmod-ath9k-htc=n
CONFIG_ALL_KMODS=n
CONFIG_PACKAGE_kmod-fs-cifs=n
CONFIG_PACKAGE_kmod-fs-ext4=n
CONFIG_PACKAGE_kmod-fs-vfat=n
CONFIG_PACKAGE_kmod-nls-utf8=n
CONFIG_PACKAGE_kmod-nls-iso8859-1=n
CONFIG_PACKAGE_kmod-nls-iso8859-15=n
CONFIG_PACKAGE_kmod-ppp=m
CONFIG_PACKAGE_kmod-rt2800-lib=n
CONFIG_PACKAGE_kmod-rt2800-usb=n
CONFIG_PACKAGE_kmod-rt2x00-lib=n
CONFIG_PACKAGE_kmod-rt2x00-usb=n
CONFIG_PACKAGE_kmod-usb-acm=n
CONFIG_PACKAGE_kmod-usb-net=n
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=n
CONFIG_PACKAGE_kmod-usb-net-rndis=n
CONFIG_PACKAGE_kmod-usb-ohci=n
CONFIG_PACKAGE_kmod-usb-serial=n
CONFIG_PACKAGE_kmod-usb-serial-option=n
CONFIG_PACKAGE_kmod-usb-serial-wwan=n
CONFIG_PACKAGE_kmod-usb-storage=n
CONFIG_PACKAGE_kmod-usb-uhci=n
CONFIG_PACKAGE_huaweiaktbbo=n
CONFIG_PACKAGE_usb-modeswitch=n
CONFIG_PACKAGE_usb-modeswitch-data=n
CONFIG_PACKAGE_usbutils=n
CONFIG_PACKAGE_comgt=n
CONFIG_AUDIO_SUPPORT=n
CONFIG_USB_SUPPORT=n

0 comments on commit 2677375

Please sign in to comment.