diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-12-19 13:14:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-12-19 13:14:06 +0000 |
commit | b66e463bbf7a83c932fb858cd712e9b57cbdedcd (patch) | |
tree | 7db6235b770752ef65253ae131da3dbce0d3f551 /target/linux/rdc-2.6/Makefile | |
parent | cfaae1d322372540373434440a1905170d3755aa (diff) | |
download | mtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.zip mtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.gz mtk-20170518-b66e463bbf7a83c932fb858cd712e9b57cbdedcd.tar.bz2 |
upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
SVN-Revision: 5856
Diffstat (limited to 'target/linux/rdc-2.6/Makefile')
-rw-r--r-- | target/linux/rdc-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index e385659..3fbd700 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -16,9 +16,9 @@ define Target/Description (e.g. Airlink101 AR525W) endef -LINUX_VERSION:=2.6.19 +LINUX_VERSION:=2.6.19.1 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=443c265b57e87eadc0c677c3acc37e20 +LINUX_KERNEL_MD5SUM:=2ab08fdfddc00e09b3d5bc7397d3c8be include $(INCLUDE_DIR)/kernel-build.mk |