Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
Fix Asturian translation

Update kernel and firmware

Add missing dtbs

Add wifi regulatory domain database
  • Loading branch information
XECDesign committed Mar 3, 2017
1 parent 4f79ab0 commit 5136f34
Show file tree
Hide file tree
Showing 13 changed files with 1,345 additions and 13 deletions.
2 changes: 1 addition & 1 deletion BUILDME.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ SKIP_KERNEL_REBUILD=0
for i in $*; do
# Update raspberrypi/firmware master HEAD version in package/rpi-firmware/rpi-firmware.mk to latest
if [ $i = "update-firmware" ]; then
update_github_package_version rpi-firmware raspberrypi/firmware master
update_github_package_version rpi-firmware raspberrypi/firmware stable
fi

# Update raspberrypi/userland master HEAD version in package/rpi-userland/rpi-userland.mk to latest
Expand Down
8 changes: 4 additions & 4 deletions buildroot/.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-dirty Configuration
# Buildroot 2015.02-git-00025-gb997269-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -307,9 +307,9 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="8d1dd639a4db6ccc416bb0a00afc7a8888018b3d"
BR2_LINUX_KERNEL_VERSION="8d1dd639a4db6ccc416bb0a00afc7a8888018b3d"
BR2_LINUX_KERNEL_PATCH=""
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="e223d71ef728c559aa865d0c5a4cedbdf8789cfd"
BR2_LINUX_KERNEL_VERSION="e223d71ef728c559aa865d0c5a4cedbdf8789cfd"
BR2_LINUX_KERNEL_PATCH="linux-regdb.patch"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="kernelconfig-recovery.armv6"
Expand Down
2 changes: 0 additions & 2 deletions buildroot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/.config
*.depend
*.o
/*.patch
/*.diff
*.orig
*.rej
*~
Expand Down
1 change: 1 addition & 0 deletions buildroot/kernelconfig-recovery.armv6
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ CONFIG_SYN_COOKIES=y
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
CONFIG_CFG80211=y
CONFIG_CFG80211_INTERNAL_REGDB=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
Expand Down
1 change: 1 addition & 0 deletions buildroot/kernelconfig-recovery.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CONFIG_SYN_COOKIES=y
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
CONFIG_CFG80211=y
CONFIG_CFG80211_INTERNAL_REGDB=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
Expand Down
Loading

0 comments on commit 5136f34

Please sign in to comment.