mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update openwrt
This commit is contained in:
parent
c025e17531
commit
aa427b3a1b
2 changed files with 4 additions and 4 deletions
6
build.sh
6
build.sh
|
@ -56,9 +56,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||||
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "713561a10b6e9a7100a860651b700207223c09ef"
|
_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "ced4c0e6352a7994f4facd3de2e541ba073a7008"
|
||||||
_get_repo feeds/packages https://github.com/openwrt/packages "4939a9c2915ccb38493b486e1ae77ed126bfa9b5"
|
_get_repo feeds/packages https://github.com/openwrt/packages "a2bbedb880ff9d37549c1e0e334177ce0dc88937"
|
||||||
_get_repo feeds/luci https://github.com/openwrt/luci "3fffcdef61b19c8fc6a4fb448cf5abb88d4ba002"
|
_get_repo feeds/luci https://github.com/openwrt/luci "f3ff641d8e4e5127db7fc7738187edb4aa88d18b"
|
||||||
|
|
||||||
if [ -z "$OMR_FEED" ]; then
|
if [ -z "$OMR_FEED" ]; then
|
||||||
OMR_FEED=feeds/openmptcprouter
|
OMR_FEED=feeds/openmptcprouter
|
||||||
|
|
|
@ -791,7 +791,7 @@ index a3d99288422..8ba069ed4fc 100644
|
||||||
int "Root filesystem partition size (in MB)"
|
int "Root filesystem partition size (in MB)"
|
||||||
- depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
|
- depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
|
||||||
+ depends on GRUB_IMAGES || EFI_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
|
+ depends on GRUB_IMAGES || EFI_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
|
||||||
default 128
|
default 104
|
||||||
help
|
help
|
||||||
Select the root filesystem partition size.
|
Select the root filesystem partition size.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue