forked from freifunk-berlin/firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches/openwrt: reorganize ath79-tiny size-reduction
- Loading branch information
1 parent
024320d
commit 9f742e9
Showing
9 changed files
with
37 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
From: adminuser <[email protected]> | ||
Date: Sun, 27 Sep 2020 01:29:38 +0200 | ||
Subject: kernel: ath79-tiny deactivate more features | ||
Subject: kernel: ath79-tiny deactivate usually not needed features | ||
|
||
not needed for tiny hardware | ||
this includes: | ||
* CONFIG_AIO | ||
* CONFIG_HAVE_IDE | ||
* CONFIG_NVMEM | ||
* CONFIG_DEBUG_FS | ||
* CONFIG_DEBUG_KERNEL | ||
* CONFIG_HAVE_DEBUG_KMEMLEAK | ||
* CONFIG_HAVE_DEBUG_STACKOVERFLOW | ||
* CONFIG_ISDN | ||
* CONFIG_SND_DRIVERS | ||
* CONFIG_STAGING | ||
* CONFIG_HAVE_KVM | ||
* CONFIG_VIRTIO_MENU | ||
|
||
diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default | ||
index c42f44b004bf3b3626fc7634b6b5df4d1547275b..0c197958660bd1a96cae6c4c27d7f97f634acb5b 100644 | ||
index c42f44b004bf3b3626fc7634b6b5df4d1547275b..5dcdf30af4720d324cc2bb6bbdaa888bdebb60d5 100644 | ||
--- a/target/linux/ath79/tiny/config-default | ||
+++ b/target/linux/ath79/tiny/config-default | ||
@@ -13,3 +13,17 @@ CONFIG_PHYLINK=y | ||
@@ -13,3 +13,16 @@ CONFIG_PHYLINK=y | ||
CONFIG_REGULATOR=y | ||
CONFIG_REGULATOR_FIXED_VOLTAGE=y | ||
# CONFIG_USB_SUPPORT is not set | ||
|
@@ -18,7 +30,6 @@ index c42f44b004bf3b3626fc7634b6b5df4d1547275b..0c197958660bd1a96cae6c4c27d7f97f | |
+# CONFIG_HAVE_KVM is not set | ||
+# CONFIG_NVMEM is not set | ||
+# CONFIG_AIO is not set | ||
+# CONFIG_BLK_DEV is not set | ||
+# CONFIG_DEBUG_FS is not set | ||
+# CONFIG_DEBUG_KERNEL is not set | ||
+# CONFIG_ISDN is not set | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
patches/openwrt/0014-kernel-ath79-tiny-reenable-CONFIG_BLK.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
...rt/0015-kernel-ath79-tiny-reactivete-some-kernel-feature-as-still-not-bootup-rootfs.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
patches/openwrt/0019-kernel-ath79-tiny-readd-CONFIG_HAVE_DEBUG_.patch
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...-Revert-kernel-ath79-tiny-reactivete-some-kernel-feature-as-still-not-bootup-rootfs.patch
This file was deleted.
Oops, something went wrong.